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

Unified Diff: tests/syscall_return_sandboxing/sandboxed_arm.S

Issue 11194045: Change BKPT and UDF encodings on ARM. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixes proposed by mseaborn. I'll submit try jobs with them, and factor things out with #define tomo… 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: 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 9daaaa5be137e5323f895d7b3420941ff24fdf86..89b6945a4418d1b9f6ddce0f78ca4b2f127b5df5 100644
--- a/tests/syscall_return_sandboxing/sandboxed_arm.S
+++ b/tests/syscall_return_sandboxing/sandboxed_arm.S
@@ -32,7 +32,7 @@ bad: pop {lr}
bx lr
- bkpt 0x7777
+ bkpt 0x5be0
/*
* Put a disallowed instruction here to ensure that the bkpt
* data bundle marker works. If the marker does not work, then

Powered by Google App Engine
This is Rietveld 408576698