Author: aandrejevic
Date: Wed May 13 03:00:54 2015
New Revision: 67704
URL:
http://svn.reactos.org/svn/reactos?rev=67704&view=rev
Log:
[FAST486]
For regular protected mode interrupts, the TF and NT flags should be cleared.
Modified:
trunk/reactos/lib/fast486/common.c
Modified: trunk/reactos/lib/fast486/common.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/fast486/common.c?rev=6…
==============================================================================
--- trunk/reactos/lib/fast486/common.c [iso-8859-1] (original)
+++ trunk/reactos/lib/fast486/common.c [iso-8859-1] Wed May 13 03:00:54 2015
@@ -428,6 +428,9 @@
State->InstPtr.LowWord = IdtEntry->Offset;
}
+ /* Clear TF and NT */
+ State->Flags.Tf = State->Flags.Nt = FALSE;
+
if (OldVm)
{
/* Push GS, FS, DS and ES */