virtio-serial: Turn props any virtio-serial-bus device must have into bus props
[qemu.git] / tests / cris / check_cmp-2.s
blob414d370517904908e08fbd7908e66f93be6deaac
3 .include "testutils.inc"
5 start
7 move.d 4294967283, $r0
8 move.d $r0, $r10
9 cmp.d $r0, $r10
10 beq 1f
11 move.d $r10, $r3
12 fail
14 pass
15 quit