Revision afeb6ee3 tests/test-i386-shift.h

b/tests/test-i386-shift.h
108 108
void exec_op(int s2, int s0, int s1)
109 109
{
110 110
    exec_opl(s2, s0, s1, 0);
111
#ifdef OP_SHIFTD
112
    if (s1 <= 15)
113
        exec_opw(s2, s0, s1, 0);
114
#else
111 115
    exec_opw(s2, s0, s1, 0);
116
#endif
112 117
#ifndef OP_NOBYTE
113 118
    exec_opb(s0, s1, 0);
114 119
#endif

Also available in: Unified diff