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

Unified Diff: tests/dynamic_code_loading/dyncode_demand_alloc_test.c

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 | « tests/dynamic_code_loading/dynamic_load_test.c ('k') | tests/dynamic_code_loading/templates_arm.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dynamic_code_loading/dyncode_demand_alloc_test.c
diff --git a/tests/dynamic_code_loading/dyncode_demand_alloc_test.c b/tests/dynamic_code_loading/dyncode_demand_alloc_test.c
index 32adc676a4e0d325c23f4cb8ebc3889b1e38da86..b4475df857f6424be2228155cd9a75d4dae9ae4d 100644
--- a/tests/dynamic_code_loading/dyncode_demand_alloc_test.c
+++ b/tests/dynamic_code_loading/dyncode_demand_alloc_test.c
@@ -17,7 +17,7 @@
#if defined(__i386__) || defined(__x86_64__)
uint8_t halts = 0xf4; /* HLT */
#elif defined(__arm__)
-uint32_t halts = NACL_INSTR_HALT_FILL;
+uint32_t halts = NACL_INSTR_ARM_HALT_FILL;
#else
# error "Unknown arch"
#endif
« no previous file with comments | « tests/dynamic_code_loading/dynamic_load_test.c ('k') | tests/dynamic_code_loading/templates_arm.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698