We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4314a4a commit 1ea33bcCopy full SHA for 1ea33bc
src/inthandler.S
@@ -343,7 +343,7 @@ finalize_exception_frame:
343
sd $28,(STACK_GPR+28*8)(sp) # GP
344
# SP has been modified to make space for the exception frame,
345
# but we want to save the previous value in the exception frame itself.
346
- addiu $1, sp, EXC_STACK_SIZE
+ daddiu $1, sp, EXC_STACK_SIZE
347
sd $1, (STACK_GPR+29*8)(sp) # SP
348
sd $30,(STACK_GPR+30*8)(sp) # FP
349
sdc1 $f20,(STACK_FPR+20*8)(sp)
0 commit comments