| Index: tests/debug_stub/debugger_test.c
|
| diff --git a/tests/debug_stub/debugger_test.c b/tests/debug_stub/debugger_test.c
|
| index 16b7fe6e4e2c572a59a1948cb162febe3245ccd8..9485308b25557021fe58db79c1d285b83f93badb 100644
|
| --- a/tests/debug_stub/debugger_test.c
|
| +++ b/tests/debug_stub/debugger_test.c
|
| @@ -33,7 +33,7 @@ __asm__(".pushsection .text, \"ax\", @progbits\n"
|
| #elif defined(__arm__)
|
| __asm__(".pushsection .text, \"ax\", %progbits\n"
|
| "fault_addr:\n"
|
| - "bkpt 0x7777\n"
|
| + "udf 0xede0\n"
|
| ".popsection\n");
|
| #else
|
| # error Update fault_addr for other architectures
|
| @@ -187,7 +187,7 @@ void breakpoint(void) {
|
| * because BKPTs guard data literals in the ARM sandbox.
|
| */
|
| __asm__(".p2align 4\n"
|
| - "bkpt 0x7777\n"
|
| + "bkpt 0x5bef\n"
|
| ".p2align 4\n");
|
| #else
|
| # error Unsupported architecture
|
|
|