]> git.proxmox.com Git - mirror_qemu.git/blob - tests/lm32/test_ret.S
vga: optimize ppm_save() divisions
[mirror_qemu.git] / tests / lm32 / test_ret.S
1 .include "macros.inc"
2
3 start
4
5 test_name RET_1
6 load ra mark
7 ret
8
9 tc_fail
10 end
11
12 mark:
13 tc_pass
14 end