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

Unified Diff: tests/faulted_thread_queue/faultqueue_test_guest.c

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/faulted_thread_queue/faultqueue_test_guest.c
diff --git a/tests/faulted_thread_queue/faultqueue_test_guest.c b/tests/faulted_thread_queue/faultqueue_test_guest.c
index ecf9e814fbf4002e4c405a0f45a88a74ade1848c..10cdfc899c23c301091856138647d8ca3908f948 100644
--- a/tests/faulted_thread_queue/faultqueue_test_guest.c
+++ b/tests/faulted_thread_queue/faultqueue_test_guest.c
@@ -67,7 +67,7 @@ int main(int argc, char **argv) {
ASM_WITH_REGS(
expected_regs,
".p2align 4\n"
- "FaultAddr: bkpt 0x7777\n"
+ "FaultAddr: udf 0xedef\n"
/*
* ARM does not provide hardware single-stepping so we do not
* test it here, unlike in the x86 case.

Powered by Google App Engine
This is Rietveld 408576698