risc-v/esp32c3: Uniformize alignment for assembly instructions

This commit is contained in:
Gustavo Henrique Nihei
2021-04-23 12:09:55 -03:00
committed by Xiang Xiao
parent 9e7d3cff92
commit edeb16123b
+1 -1
View File
@@ -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 */