mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-02 13:02:41 +08:00
fix annotation error
This commit is contained in:
@@ -188,7 +188,7 @@ _get_sp_done:
|
|||||||
STMFD r0!, {r4 - r11} /* push r4 - r11 register */
|
STMFD r0!, {r4 - r11} /* push r4 - r11 register */
|
||||||
STMFD r0!, {lr} /* push exec_return register */
|
STMFD r0!, {lr} /* push exec_return register */
|
||||||
|
|
||||||
TST lr, #0x04 /* if(!EXC_RETURN[2])
|
TST lr, #0x04 /* if(!EXC_RETURN[2]) */
|
||||||
BEQ _update_msp
|
BEQ _update_msp
|
||||||
MSR psp, r0 /* update stack pointer to PSP. */
|
MSR psp, r0 /* update stack pointer to PSP. */
|
||||||
B _update_done
|
B _update_done
|
||||||
|
|||||||
Reference in New Issue
Block a user