i86: Fix pathological case where jumping into pages of FF-prefixed invalid opcodes could lock up MAME

This commit is contained in:
AJR 2019-11-06 00:33:15 -05:00
parent aca5870c9c
commit 432146637c

View File

@ -2531,6 +2531,7 @@ bool i8086_common_cpu_device::common_op(uint8_t op)
CLKM(PUSH_R16,PUSH_M16);
break;
default:
m_icount -= 10;
logerror("%06x: FF Pre with unimplemented mod\n", m_pc);
break;
}