Don't push exception error code on triple fault reset. Patch from Greatpsycho.

This commit is contained in:
SarahW 2018-01-08 20:54:47 +00:00
commit 5416c948a3

View file

@ -136,7 +136,7 @@ void x86_doabrt(int x86_abrt)
return;
}
if (cpu_state.abrt) return;
if (cpu_state.abrt || x86_was_reset) return;
if (intgatesize == 16)
{