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 */ |