commit | a5973fbff16ec5f58b648929beb885da3f6e2373 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed May 28 12:34:49 2008 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed May 28 12:34:49 2008 +0000 |
tree | e8dd5621fcf8807c3e2c711a44d2b1fe66f6859a | |
parent | 26a5f13b8eb1281d0552fe323e869806f3cefbfb [diff] [blame] |
more tests git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4601 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/tests/test-i386-shift.h b/tests/test-i386-shift.h index c1ed489..2bd6a4a 100644 --- a/tests/test-i386-shift.h +++ b/tests/test-i386-shift.h
@@ -145,8 +145,7 @@ #endif exec_opl(s2, s0, s1, 0); #ifdef OP_SHIFTD - if (s1 <= 15) - exec_opw(s2, s0, s1, 0); + exec_opw(s2, s0, s1, 0); #else exec_opw(s2, s0, s1, 0); #endif