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

Unified Diff: tests/syscall_return_sandboxing/sandboxed_arm.S

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/faulted_thread_queue/faultqueue_test_guest.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/syscall_return_sandboxing/sandboxed_arm.S
diff --git a/tests/syscall_return_sandboxing/sandboxed_arm.S b/tests/syscall_return_sandboxing/sandboxed_arm.S
index 2f75cf819648e2dd1fd5618a7d0180835dee8cb3..7cbc6666287f45d30488cc067d0584e8316e0f1d 100644
--- a/tests/syscall_return_sandboxing/sandboxed_arm.S
+++ b/tests/syscall_return_sandboxing/sandboxed_arm.S
@@ -34,7 +34,7 @@ bad: pop {lr}
bx lr
- .word NACL_INSTR_LITERAL_POOL_HEAD
+ .word NACL_INSTR_ARM_LITERAL_POOL_HEAD
/*
* Put a disallowed instruction here to ensure that the bkpt
* data bundle marker works. If the marker does not work, then
« no previous file with comments | « tests/faulted_thread_queue/faultqueue_test_guest.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698