mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Re-jig some of the new functions to correctly assign them public or private linkage, and remove some functions that were added in but never used.
This commit is contained in:
parent
f06a945444
commit
f5c52bdb1d
16 changed files with 68 additions and 73 deletions
|
@ -146,7 +146,7 @@ portRESTORE_CONTEXT .macro
|
|||
|
||||
; Get the SPSR from the stack.
|
||||
LDMFD LR!, {R0}
|
||||
MSR SPSR_CF, R0
|
||||
MSR SPSR_CSXF, R0
|
||||
|
||||
; Restore all system mode registers for the task.
|
||||
LDMFD LR, {R0-R14}^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue