Merge branch 'main' into pass-core-id-to-critical-nesting-count-macros

This commit is contained in:
Gaurav-Aggarwal-AWS 2024-12-17 22:49:11 +05:30 committed by GitHub
commit 4b0309c426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -302,7 +302,7 @@ switch_before_exit:
vApplicationIRQHandler:
PUSH {LR}
FMRX R1, FPSCR
VPUSH {D0-D15}
VPUSH {D0-D7}
VPUSH {D16-D31}
PUSH {R1}
@ -311,7 +311,7 @@ vApplicationIRQHandler:
POP {R0}
VPOP {D16-D31}
VPOP {D0-D15}
VPOP {D0-D7}
VMSR FPSCR, R0
POP {PC}