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..0d6855386613a076793db8f8eab01576fa64af84 100644 |
--- a/tests/dynamic_code_loading/templates_arm.S |
+++ b/tests/dynamic_code_loading/templates_arm.S |
@@ -3,6 +3,7 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
+#include "native_client/src/include/arm_sandbox.h" |
#include "native_client/src/trusted/service_runtime/nacl_config.h" |
#include "templates.h" |
@@ -56,10 +57,10 @@ template_func_nonreplacement_end: |
.global hlts_end |
.p2align 4 |
hlts: |
- bkpt 0x7777 |
- bkpt 0x7777 |
- bkpt 0x7777 |
- bkpt 0x7777 |
+ .word NACL_INSTR_HALT_FILL |
+ .word NACL_INSTR_HALT_FILL |
+ .word NACL_INSTR_HALT_FILL |
+ .word NACL_INSTR_HALT_FILL |
hlts_end: |