mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:32:57 +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;
|
State->InstPtr.LowWord = IdtEntry->Offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Clear TF and NT */
|
||||||
|
State->Flags.Tf = State->Flags.Nt = FALSE;
|
||||||
|
|
||||||
if (OldVm)
|
if (OldVm)
|
||||||
{
|
{
|
||||||
/* Push GS, FS, DS and ES */
|
/* Push GS, FS, DS and ES */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue