]> git.proxmox.com Git - qemu.git/blame - tests/lm32/test_bi.S
configure: Copy test data to build directory
[qemu.git] / tests / lm32 / test_bi.S
CommitLineData
d65f0831
MW
1.include "macros.inc"
2
3start
4
5test_name BI_1
6bi jump
7tc_fail
8end
9
10jump_back:
11tc_pass
12end
13
14jump:
15tc_pass
16
17test_name BI_2
18bi jump_back
19tc_fail
20
21end
22
23