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

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: Clarify comments. Fix unaligned_data_irt.nexe, it had a hard-coded BKPT #0x7777. 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
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 *
*****************************************************************************/

Powered by Google App Engine
This is Rietveld 408576698