Removed some excess logging from cpu/x86seg_common.c.
This commit is contained in:
@@ -90,7 +90,6 @@ x86de(UNUSED(char *s), UNUSED(uint16_t error))
|
|||||||
void
|
void
|
||||||
x86gpf(UNUSED(char *s), uint16_t error)
|
x86gpf(UNUSED(char *s), uint16_t error)
|
||||||
{
|
{
|
||||||
pclog("GPF %04X: %s\n", error, s);
|
|
||||||
cpu_state.abrt = ABRT_GPF;
|
cpu_state.abrt = ABRT_GPF;
|
||||||
abrt_error = error;
|
abrt_error = error;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user