target/ppc: Fix typo in comments
[qemu/ar7.git] / tests / tcg / lm32 / test_calli.S
blob1d87ae6e21c79511c5d75601283f96a7a00781da
1 .include "macros.inc"
3 start
5 test_name CALLI_1
6 calli mark
7 return:
9 tc_fail
10 end
12 mark:
13 mv r3, ra
14 check_r3 return
15 end