Changeset 16103 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2009 9:46:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r16102 r16103 173 173 /* Restore the state on entry as we need to be in 64 bits mode to access the full state. */ 174 174 pVCpu->cpum.s.fUseFlags |= CPUM_SYNC_FPU_STATE; 175 RTLogPrintf("setting CPUM_SYNC_FPU_STATE\n");176 175 } 177 176 else … … 263 262 { 264 263 if (!(pVCpu->cpum.s.fUseFlags & CPUM_SYNC_FPU_STATE)) 265 RTLogPrintf("CPUMR0SaveGuestFPU: CPUM_SYNC_FPU_STATE is clear...\n");266 else RTLogPrintf("CPUMR0SaveGuestFPU: CPUM_SYNC_FPU_STATE is still set\n");267 264 if (!(pVCpu->cpum.s.fUseFlags & CPUM_SYNC_FPU_STATE)) 268 265 HWACCMR0SaveFPUState(pVM, pVCpu, pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.