- Timestamp:
- Jan 21, 2009 10:31:45 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r16119 r16121 171 171 if (CPUMIsGuestInLongModeEx(pCtx)) 172 172 { 173 Assert(!(pVCpu->cpum.s.fUseFlags & CPUM_SYNC_FPU_STATE)); 174 173 175 /* Save the host state and record the fact (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM). */ 174 176 cpumR0SaveHostFPUState(&pVCpu->cpum.s);
Note:
See TracChangeset
for help on using the changeset viewer.