diff options
Diffstat (limited to 'sysdeps/tile/start.S')
-rw-r--r-- | sysdeps/tile/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/tile/start.S b/sysdeps/tile/start.S index da3ba9c013..7cdabed49e 100644 --- a/sysdeps/tile/start.S +++ b/sysdeps/tile/start.S @@ -109,11 +109,11 @@ _start: /* Zero out callee space for return address. Unnecessary but free. This is just paranoia to help backtracing not go awry. */ - ST sp, zero + st sp, zero } { /* Zero out our frame pointer for __libc_start_main. */ - ST r12, zero + st r12, zero /* Zero out lr to make __libc_start_main the end of backtrace. */ move lr, zero |