Change BX_PANIC to BX_INFO in BOUND instruction
This commit is contained in:
parent
3243d37fb6
commit
c2c447d301
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user