Fix: fix saved register on stack name

This commit is contained in:
brice.boisson 2023-12-03 22:17:29 +09:00
parent 4a91b52975
commit ce01e2078c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ sw a1, 8(sp)
sw s0, 12(sp)
sw s1, 16(sp)
sw s2, 20(sp)
sw s2, 24(sp)
sw s3, 24(sp)
addi sp, sp, 24
add s1, a1, zero
li s0, 0