1
0
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:
Gregory Nutt 2016-11-04 19:41:43 -06:00
parent 1c05eb651c
commit 3f150daf96

View File

@ -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