mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-25 02:26:34 +08:00
Remove the syscall calls as this is no longer how a context switch is performed.
This commit is contained in:
@ -93,10 +93,6 @@ vRegTest1:
|
||||
addiu $25, $0, 0x125
|
||||
addiu $30, $0, 0x130
|
||||
|
||||
#if configUSE_PREEMPTION == 0
|
||||
syscall 0
|
||||
#endif
|
||||
|
||||
addiu $1, $1, -0x11
|
||||
beq $1, $0, .+12
|
||||
nop
|
||||
@ -236,10 +232,6 @@ vRegTest2:
|
||||
addiu $25, $0, 0x250
|
||||
addiu $30, $0, 0x300
|
||||
|
||||
#if configUSE_PREEMPTION == 0
|
||||
syscall 0
|
||||
#endif
|
||||
|
||||
addiu $1, $1, -0x10
|
||||
beq $1, $0, .+12
|
||||
nop
|
||||
|
Reference in New Issue
Block a user