mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user