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

Unified Diff: tests/dynamic_code_loading/templates_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/dynamic_code_loading/templates_arm.S
diff --git a/tests/dynamic_code_loading/templates_arm.S b/tests/dynamic_code_loading/templates_arm.S
index 66b3e75808e984d070b864d9a29731041e580b66..f50a01733a71e1fcf7a37cdcc110938525068af6 100644
--- a/tests/dynamic_code_loading/templates_arm.S
+++ b/tests/dynamic_code_loading/templates_arm.S
@@ -56,10 +56,10 @@ template_func_nonreplacement_end:
.global hlts_end
.p2align 4
hlts:
- bkpt 0x7777
- bkpt 0x7777
- bkpt 0x7777
- bkpt 0x7777
+ udf 0xedef
+ udf 0xedef
+ udf 0xedef
+ udf 0xedef
hlts_end:

Powered by Google App Engine
This is Rietveld 408576698