Change BX_PANIC to BX_INFO in BOUND instruction

This commit is contained in:
Stanislav Shwartsman 2004-04-17 16:42:11 +00:00
parent 3243d37fb6
commit c2c447d301

View File

@ -36,7 +36,7 @@ BX_CPU_C::BOUND_GvMa(bxInstruction_c *i)
#else
if (i->modC0()) {
BX_PANIC(("BOUND: op2 must be memory reference"));
BX_INFO(("BOUND: op2 must be memory reference"));
UndefinedOpcode(i);
}