mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +00:00
[NTOS/KE]
* Reset the state of the right thread when switching NPX threads svn path=/trunk/; revision=58706
This commit is contained in:
parent
54dce4f7ad
commit
fdbe59546d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue