[NTOS/KE]

* Reset the state of the right thread when switching NPX threads

svn path=/trunk/; revision=58706
This commit is contained in:
Jérôme Gardou 2013-04-07 10:17:44 +00:00
parent 54dce4f7ad
commit fdbe59546d

View file

@ -756,7 +756,7 @@ KiTrap07Handler(IN PKTRAP_FRAME TrapFrame)
//Ke386SaveFpuState(NpxSaveArea);
/* Update NPX state */
Thread->NpxState = NPX_STATE_NOT_LOADED;
NpxThread->NpxState = NPX_STATE_NOT_LOADED;
}
/* Load FPU state */