uncommitted changes

This commit is contained in:
Brendan Haines 2021-05-03 22:13:11 -06:00
parent a2a85fd10b
commit 96c9a06589

View File

@ -338,11 +338,6 @@ loop:
nop nop
nop nop
# jalr
test_jalr:
addi x2, x0, 0x12 # x2 = 0x12
jalr x0, x1, 0 # return
fail: fail:
# set some registers to make it blatantly obvious an error occurred # set some registers to make it blatantly obvious an error occurred
addi x1, x0, 0x7ff # x1 = 0x1111 addi x1, x0, 0x7ff # x1 = 0x1111
@ -362,6 +357,11 @@ fail:
nop nop
nop nop
# jalr
test_jalr:
addi x2, x0, 0x12 # x2 = 0x12
jalr x0, x1, 0 # return
.data .data
someint: someint: