Author: jgardou Date: Sun Apr 7 10:17:44 2013 New Revision: 58706
URL: http://svn.reactos.org/svn/reactos?rev=58706&view=rev Log: [NTOS/KE] * Reset the state of the right thread when switching NPX threads
Modified: trunk/reactos/ntoskrnl/ke/i386/traphdlr.c
Modified: trunk/reactos/ntoskrnl/ke/i386/traphdlr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/traphdlr.c... ============================================================================== --- trunk/reactos/ntoskrnl/ke/i386/traphdlr.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ke/i386/traphdlr.c [iso-8859-1] Sun Apr 7 10:17:44 2013 @@ -756,7 +756,7 @@ //Ke386SaveFpuState(NpxSaveArea);
/* Update NPX state */ - Thread->NpxState = NPX_STATE_NOT_LOADED; + NpxThread->NpxState = NPX_STATE_NOT_LOADED; }
/* Load FPU state */