Skip to content

Commit

Permalink
Merge branch 'main' into pass-core-id-to-critical-nesting-count-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarg authored Dec 17, 2024
2 parents adb6578 + e169442 commit 4b0309c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portable/GCC/ARM_CA9/portASM.S
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ switch_before_exit:
vApplicationIRQHandler:
PUSH {LR}
FMRX R1, FPSCR
VPUSH {D0-D15}
VPUSH {D0-D7}
VPUSH {D16-D31}
PUSH {R1}

Expand All @@ -311,7 +311,7 @@ vApplicationIRQHandler:

POP {R0}
VPOP {D16-D31}
VPOP {D0-D15}
VPOP {D0-D7}
VMSR FPSCR, R0

POP {PC}
Expand Down

0 comments on commit 4b0309c

Please sign in to comment.