Temporarily disabled general protection faults.

This commit is contained in:
OBattler
2016-08-10 02:04:44 +02:00
parent 205ef83dcb
commit ecdce7523f

View File

@@ -145,6 +145,7 @@ void x86_doabrt(int x86_abrt)
}
void x86gpf(char *s, uint16_t error)
{
return;
pclog("GPF %04X : %s\n", error, s);
abrt = ABRT_GPF;
abrt_error = error;