]> git.proxmox.com Git - qemu.git/blob - tests/lm32/test_call.S
vga: optimize ppm_save() divisions
[qemu.git] / tests / lm32 / test_call.S
1 .include "macros.inc"
2
3 start
4
5 test_name CALL_1
6 load r1 mark
7 call r1
8 return:
9
10 tc_fail
11 end
12
13 mark:
14 mv r3, ra
15 check_r3 return
16 end