Changeset 69915 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 4, 2017 7:28:16 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69914 r69915 2390 2390 /* Restore host FPU state if necessary and resync on next R0 reentry .*/ 2391 2391 if (CPUMR0FpuStateMaybeSaveGuestAndRestoreHost(pVCpu)) 2392 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0); 2392 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0); /** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter. */ 2393 2393 2394 2394 /* … … 2404 2404 #endif 2405 2405 if (CPUMR0DebugStateMaybeSaveGuestAndRestoreHost(pVCpu, false /* save DR6 */)) 2406 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG); 2406 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG);/** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter. */ 2407 2407 2408 2408 Assert(!CPUMIsHyperDebugStateActive(pVCpu));
Note:
See TracChangeset
for help on using the changeset viewer.