diff --git a/src/x86seg.c b/src/x86seg.c index ce6dc32a4..c9eac419d 100644 --- a/src/x86seg.c +++ b/src/x86seg.c @@ -145,7 +145,7 @@ void x86_doabrt(int x86_abrt) } void x86gpf(char *s, uint16_t error) { - return; + if (error == 0x82) return; pclog("GPF %04X : %s\n", error, s); abrt = ABRT_GPF; abrt_error = error;