diff options
Diffstat (limited to 'libgloss/spu')
-rw-r--r-- | libgloss/spu/crt0.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/spu/crt0.S b/libgloss/spu/crt0.S index 663834ad4..490f6f91d 100644 --- a/libgloss/spu/crt0.S +++ b/libgloss/spu/crt0.S @@ -138,6 +138,7 @@ _start: */ ila $3,_end sf $3,$3,$SP + rotqbyi $3,$3,12 /* The BE Linux ABI passes the stack size in $2, or use * the default if $2 == 0. |