Don't push exception error code on triple fault reset. Patch from Greatpsycho.
This commit is contained in:
parent
f336dd9589
commit
5416c948a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue