mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
Clear frame pointer, not sp.
This commit is contained in:
parent
6015b6a047
commit
5ac125ce75
@ -29,6 +29,7 @@
|
||||
|
||||
comment "crt0 startup"
|
||||
.macro gdbasm_startup
|
||||
mov sp, #0
|
||||
mov fp, #0
|
||||
mov r7, #0
|
||||
.endm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user