We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddfffd commit 00bf9cdCopy full SHA for 00bf9cd
portable/GCC/ARM_CA9/portASM.S
@@ -302,7 +302,7 @@ switch_before_exit:
302
vApplicationIRQHandler:
303
PUSH {LR}
304
FMRX R1, FPSCR
305
- VPUSH {D0-D15}
+ VPUSH {D0-D7}
306
VPUSH {D16-D31}
307
PUSH {R1}
308
@@ -311,7 +311,7 @@ vApplicationIRQHandler:
311
312
POP {R0}
313
VPOP {D16-D31}
314
- VPOP {D0-D15}
+ VPOP {D0-D7}
315
VMSR FPSCR, R0
316
317
POP {PC}
0 commit comments