Changeset 16111 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jan 21, 2009 1:42:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r16109 r16111 172 172 { 173 173 /* Save/Restore the state on entry as we need to be in 64 bits mode to access the full state. */ 174 pVCpu->cpum.s.fUseFlags |= CPUM_SYNC_FPU_STATE | CPUM_USED_FPU ;174 pVCpu->cpum.s.fUseFlags |= CPUM_SYNC_FPU_STATE | CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM; 175 175 /** @todo who is saving the host state?? */ 176 176 } … … 194 194 /* Do the job and record that we've switched FPU state. */ 195 195 cpumR0SaveHostRestoreGuestFPUState(&pVCpu->cpum.s); 196 pVCpu->cpum.s.fUseFlags |= CPUM_USED_FPU;197 196 198 197 /* Restore EFER. */
Note:
See TracChangeset
for help on using the changeset viewer.