All GPF's are now enabled again; LEA reg,reg now correctly sets the register to the last computed effective address (undocumented behavior).
This commit is contained in:
@@ -145,7 +145,6 @@ void x86_doabrt(int x86_abrt)
|
||||
}
|
||||
void x86gpf(char *s, uint16_t error)
|
||||
{
|
||||
if (error == 0x82) return;
|
||||
pclog("GPF %04X : %s\n", error, s);
|
||||
abrt = ABRT_GPF;
|
||||
abrt_error = error;
|
||||
|
||||
Reference in New Issue
Block a user