stop flooding log by messages which not necesary indicate guest code error
This commit is contained in:
parent
dd1ec977c2
commit
0e37969e32
@ -35,7 +35,7 @@ BX_CPU_C::call_protected(bxInstruction_c *i, Bit16u cs_raw, bx_address disp)
|
||||
|
||||
/* new cs selector must not be null, else #GP(0) */
|
||||
if ((cs_raw & 0xfffc) == 0) {
|
||||
BX_ERROR(("call_protected: CS selector null"));
|
||||
BX_DEBUG(("call_protected: CS selector null"));
|
||||
exception(BX_GP_EXCEPTION, 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user