historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/tcg/lm32/test_call.S

17 lines
126 B
ArmAsm
Raw Normal View History

2024-01-16 17:20:27 +00:00
.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