virtio-serial: Turn props any virtio-serial-bus device must have into bus props
[qemu.git] / tests / lm32 / test_bi.S
bloba1fbd6fc075dfd60936fb3363582f9ab491910ae
1 .include "macros.inc"
3 start
5 test_name BI_1
6 bi jump
7 tc_fail
8 end
10 jump_back:
11 tc_pass
12 end
14 jump:
15 tc_pass
17 test_name BI_2
18 bi jump_back
19 tc_fail
21 end