mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 15:17:50 -04:00
Merge branch 'main' into pass-core-id-to-critical-nesting-count-macros
This commit is contained in:
commit
4b0309c426
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue