Removed some excess logging from cpu/x86seg_common.c.

This commit is contained in:
OBattler
2023-08-21 03:00:56 +02:00
parent f512051ccc
commit 5b4bc444cb

View File

@@ -90,7 +90,6 @@ x86de(UNUSED(char *s), UNUSED(uint16_t error))
void
x86gpf(UNUSED(char *s), uint16_t error)
{
pclog("GPF %04X: %s\n", error, s);
cpu_state.abrt = ABRT_GPF;
abrt_error = error;
}