stop flooding log by messages which not necesary indicate guest code error

This commit is contained in:
Stanislav Shwartsman 2015-09-28 18:45:26 +00:00
parent dd1ec977c2
commit 0e37969e32

View File

@ -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);
}