Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: src/include/nacl_macros.h

Issue 11194045: Change BKPT and UDF encodings on ARM. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Update copyright. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/include/arm_sandbox.h ('k') | src/trusted/debug_stub/abi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/nacl_macros.h
diff --git a/src/include/nacl_macros.h b/src/include/nacl_macros.h
index 4a7e5a798cc9ac1a597c1055cc46a007cf036d77..9dbe4e8be3f70b51d5120743de02432afad955c5 100644
--- a/src/include/nacl_macros.h
+++ b/src/include/nacl_macros.h
@@ -14,6 +14,9 @@
#include <stdio.h>
#include <stdlib.h>
+#define NACL_TO_STRING_INTERNAL(v) #v
+#define NACL_TO_STRING(v) NACL_TO_STRING_INTERNAL(v)
+
/*****************************************************************************
* Safety macros *
*****************************************************************************/
« no previous file with comments | « src/include/arm_sandbox.h ('k') | src/trusted/debug_stub/abi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698