mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
risc-v/esp32c3: Uniformize alignment for assembly instructions
This commit is contained in:
committed by
Xiang Xiao
parent
9e7d3cff92
commit
edeb16123b
@@ -171,7 +171,7 @@ _interrupt_handler:
|
|||||||
lw x30, 30*4(sp) /* t5 */
|
lw x30, 30*4(sp) /* t5 */
|
||||||
lw x31, 31*4(sp) /* t6 */
|
lw x31, 31*4(sp) /* t6 */
|
||||||
|
|
||||||
lw sp, 2*4(sp) /* restore original sp */
|
lw sp, 2*4(sp) /* Restore original SP */
|
||||||
|
|
||||||
/* Return from Machine Interrupt */
|
/* Return from Machine Interrupt */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user