diff options
Diffstat (limited to 'gdb/testsuite/gdb.asm')
-rw-r--r-- | gdb/testsuite/gdb.asm/arm.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.asm/arm.inc b/gdb/testsuite/gdb.asm/arm.inc index 701ecbf..6550227 100644 --- a/gdb/testsuite/gdb.asm/arm.inc +++ b/gdb/testsuite/gdb.asm/arm.inc @@ -29,6 +29,7 @@ comment "crt0 startup" .macro gdbasm_startup - mov sp, #0 + mov fp, #0 + mov r7, #0 .endm |