]> git.proxmox.com Git - qemu.git/commitdiff
better shift tests
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 24 Apr 2006 20:18:26 +0000 (20:18 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 24 Apr 2006 20:18:26 +0000 (20:18 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1844 c046a42c-6fe2-441c-8c8c-71466251a162

tests/test-i386-shift.h

index 7a98e27a4de653166b06c29f92e14b2cb5effac0..c1ed489f1158bca7f83cdec5fe10c0e7e3d26ab0 100644 (file)
@@ -174,7 +174,7 @@ void glue(test_, OP)(void)
     for(i = 0; i < n; i++)
         exec_op(0x21ad3d34, 0x12345678, i);
     for(i = 0; i < n; i++)
-        exec_op(0x813f3421, 0x82345678, i);
+        exec_op(0x813f3421, 0x82345679, i);
 }
 
 void *glue(_test_, OP) __init_call = glue(test_, OP);