historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/tcg/lm32/test_call.S
2024-01-16 11:20:27 -06:00

16 lines
126 B
ArmAsm

.include "macros.inc"
start
test_name CALL_1
load r1 mark
call r1
return:
tc_fail
end
mark:
mv r3, ra
check_r3 return
end