[FAST486]

For regular protected mode interrupts, the TF and NT flags should be cleared.


svn path=/trunk/; revision=67704
This commit is contained in:
Aleksandar Andrejevic 2015-05-13 03:00:54 +00:00
parent dafeadd7ab
commit 915d26288b

View file

@ -428,6 +428,9 @@ Fast486InterruptInternal(PFAST486_STATE State,
State->InstPtr.LowWord = IdtEntry->Offset;
}
/* Clear TF and NT */
State->Flags.Tf = State->Flags.Nt = FALSE;
if (OldVm)
{
/* Push GS, FS, DS and ES */