mirror of
https://github.com/apache/incubator-nuttx.git
synced 2024-11-28 13:41:19 +08:00
LM32: Oops, missed one line of code in the manual application of a patch
This commit is contained in:
parent
1c05eb651c
commit
3f150daf96
|
@ -120,6 +120,7 @@ _interrupt_handler:
|
||||||
|
|
||||||
_syscall_handler:
|
_syscall_handler:
|
||||||
sw (sp+0), ra
|
sw (sp+0), ra
|
||||||
|
addi ea, ea, 4
|
||||||
calli .save_all
|
calli .save_all
|
||||||
mvi r1, MISOC_IRQ_SWINT
|
mvi r1, MISOC_IRQ_SWINT
|
||||||
rcsr r2, IP
|
rcsr r2, IP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user