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

Unified Diff: src/trusted/service_runtime/arch/arm/sel_ldr_arm.h

Issue 11269063: Fix the NACL_INSTR_* names that I just checked in to NACL_INSTR_ARM_*, as suggested by mseaborn. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: 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/trusted/service_runtime/arch/arm/nacl_text_pad_test.S ('k') | src/trusted/validator_arm/model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
diff --git a/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h b/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
index 210aa037bee48c7f502f71e0cb0e6e3929110ede..68db995bda5a19a77cda7ed51879c221e4e41952 100644
--- a/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
+++ b/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
@@ -25,7 +25,7 @@
#define NACL_HALT_LEN 2 /* length of halt instruction */
#else
#define NACL_NOOP_OPCODE 0xe1a00000 /* mov r0, r0 */
-#define NACL_HALT_OPCODE NACL_INSTR_HALT_FILL
+#define NACL_HALT_OPCODE NACL_INSTR_ARM_HALT_FILL
#define NACL_HALT_LEN 4 /* length of halt instruction */
#endif /* defined(NACL_TARGET_ARM_THUMB2_MODE) */
#define NACL_HALT_WORD NACL_HALT_OPCODE
« no previous file with comments | « src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S ('k') | src/trusted/validator_arm/model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698