]> git.proxmox.com Git - qemu.git/blame - tests/lm32/test_b.S
vga: optimize ppm_save() divisions
[qemu.git] / tests / lm32 / test_b.S
CommitLineData
d65f0831
MW
1.include "macros.inc"
2
3start
4
5test_name B_1
6load r1 jump
7b r1
8tc_fail
9end
10
11jump:
12tc_pass
13end