kvm: Conditionally apply workaround for KVM slot handling bug
[qemu] / tests / cris / check_cmp-2.s
1
2
3 .include "testutils.inc"
4
5         start
6
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
13 1:
14         pass
15         quit