[FAST486]
[reactos.git] / lib / fast486 / common.c
index d41c7c8..36f026e 100644 (file)
@@ -118,7 +118,6 @@ Fast486WriteMemory(PFAST486_STATE State,
     {
         /* Write beyond limit */
         Fast486Exception(State, FAST486_EXCEPTION_GP);
-
         return FALSE;
     }
 
@@ -179,7 +178,7 @@ Fast486InterruptInternal(PFAST486_STATE State,
         {
             /* Read the TSS */
             if (!Fast486ReadLinearMemory(State,
-                                         State->Tss.Address,
+                                         State->TaskReg.Base,
                                          &Tss,
                                          sizeof(Tss)))
             {