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

Unified Diff: src/trusted/service_runtime/arch/arm/nacl_text_pad_test.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: 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: src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
diff --git a/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S b/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
index 27ba76630138c6b20cf6d6394f3217bcfd1010bf..fc30718ca19485438e697d7098057250f600b54d 100644
--- a/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
+++ b/src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S
@@ -6,7 +6,7 @@
#include "native_client/src/trusted/service_runtime/include/bits/nacl_syscalls.h"
#include "native_client/src/trusted/service_runtime/nacl_config.h"
-#define halt 0xe1266676
+#define halt 0xE7FEDEFF
Mark Seaborn 2012/10/18 01:21:39 Ditto. Can this file reuse NACL_HALT_OPCODE?
/* the macros below are used with movw/movt and absolute values */
/* llvm-mc does not like the use of :lower16:/:upper16: with absolute values */
/* c.f.: http://llvm.org/bugs/show_bug.cgi?id=8721 */

Powered by Google App Engine
This is Rietveld 408576698