virtio-serial: Turn props any virtio-serial-bus device must have into bus props
[qemu.git] / tests / lm32 / test_b.S
blob98172d8a95111f9f9d88a57ac82dfb956d314f6a
1 .include "macros.inc"
3 start
5 test_name B_1
6 load r1 jump
7 b r1
8 tc_fail
9 end
11 jump:
12 tc_pass
13 end