fix bumblebee trap_entry memory address alignment problem

This commit is contained in:
acevest
2019-10-05 15:50:03 +08:00
parent 2d419440f3
commit 2fdc9f600c

View File

@@ -122,7 +122,7 @@ irq_restore:
mret
.align 2
.align 6
trap_entry:
addi sp, sp, -32*REGBYTES
sw x1, 2*REGBYTES(sp)