]> git.proxmox.com Git - qemu.git/blob - tests/lm32/test_calli.S
configure: Copy test data to build directory
[qemu.git] / tests / lm32 / test_calli.S
1 .include "macros.inc"
2
3 start
4
5 test_name CALLI_1
6 calli mark
7 return:
8
9 tc_fail
10 end
11
12 mark:
13 mv r3, ra
14 check_r3 return
15 end