mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[FAST486]
For regular protected mode interrupts, the TF and NT flags should be cleared. svn path=/trunk/; revision=67704
This commit is contained in:
parent
dafeadd7ab
commit
915d26288b
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue