We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103de2b commit b9ab747Copy full SHA for b9ab747
src/inthandler.S
@@ -367,7 +367,7 @@ finalize_exception_frame:
367
sd $28,(STACK_GPR+28*8)(sp) # GP
368
# SP has been modified to make space for the exception frame,
369
# but we want to save the previous value in the exception frame itself.
370
- addiu $1, sp, EXC_STACK_SIZE
+ daddiu $1, sp, EXC_STACK_SIZE
371
sd $1, (STACK_GPR+29*8)(sp) # SP
372
sd $30,(STACK_GPR+30*8)(sp) # FP
373
sdc1 $f20,(STACK_FPR+20*8)(sp)
0 commit comments