summaryrefslogtreecommitdiff
path: root/tests/test-i386-shift.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-28 12:34:49 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-28 12:34:49 +0000
commitd2530b59e3b55d83a2f8a3ceda2983c139de0b9c (patch)
treee8dd5621fcf8807c3e2c711a44d2b1fe66f6859a /tests/test-i386-shift.h
parent5d759e59968b667da6d5e847162d5ada309db6bc (diff)
downloadqemu-d2530b59e3b55d83a2f8a3ceda2983c139de0b9c.tar.gz
qemu-d2530b59e3b55d83a2f8a3ceda2983c139de0b9c.tar.bz2
qemu-d2530b59e3b55d83a2f8a3ceda2983c139de0b9c.zip
more tests
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4601 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/test-i386-shift.h')
-rw-r--r--tests/test-i386-shift.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-i386-shift.h b/tests/test-i386-shift.h
index c1ed489f11..2bd6a4ad1a 100644
--- a/tests/test-i386-shift.h
+++ b/tests/test-i386-shift.h
@@ -145,8 +145,7 @@ void exec_op(long s2, long s0, long s1)
#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