--- np2/i286c/i286c_mn.c 2003/12/08 00:55:31 1.22 +++ np2/i286c/i286c_mn.c 2003/12/11 21:57:38 1.23 @@ -2341,7 +2341,7 @@ I286FN _shift_ea8_cl(void) { // D2: sh BYTE *out; UINT op; UINT32 madr; - BYTE cl; + REG8 cl; GET_PCBYTE(op) if (op >= 0xc0) { @@ -2369,7 +2369,7 @@ I286FN _shift_ea16_cl(void) { // D3: s UINT16 *out; UINT op; UINT32 madr; - BYTE cl; + REG8 cl; GET_PCBYTE(op) if (op >= 0xc0) {