target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM
[qemu.git] / tests / lm32 / test_ret.S
blob320264f14804ce8cfa22e18ec9e6a6f367b501bc
1 .include "macros.inc"
3 start
5 test_name RET_1
6 load ra mark
7 ret
9 tc_fail
10 end
12 mark:
13 tc_pass
14 end