diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-24 20:18:26 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-24 20:18:26 +0000 |
commit | 6c3ee14ff37551b0a490aeca6f7fc45aae3424e3 (patch) | |
tree | 2dcba87eb80adeae4f896d3e009a486ce0385e5f /tests/test-i386-shift.h | |
parent | movddup fix (diff) | |
download | qemu-kvm-6c3ee14ff37551b0a490aeca6f7fc45aae3424e3.tar.gz qemu-kvm-6c3ee14ff37551b0a490aeca6f7fc45aae3424e3.tar.bz2 qemu-kvm-6c3ee14ff37551b0a490aeca6f7fc45aae3424e3.zip |
better shift tests
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1844 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/test-i386-shift.h')
-rw-r--r-- | tests/test-i386-shift.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-i386-shift.h b/tests/test-i386-shift.h index 7a98e27a4..c1ed489f1 100644 --- a/tests/test-i386-shift.h +++ b/tests/test-i386-shift.h @@ -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); |