Changeset 69916 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 4, 2017 7:28:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69915 r69916 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); /** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter . */2392 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0); /** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0EnterCpu. */ 2393 2393 2394 2394 /* … … 2404 2404 #endif 2405 2405 if (CPUMR0DebugStateMaybeSaveGuestAndRestoreHost(pVCpu, false /* save DR6 */)) 2406 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG);/** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0Enter . */2406 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_DEBUG);/** @todo r=ramshankar: This shouldn't be necessary, it's set in HMR0EnterCpu. */ 2407 2407 2408 2408 Assert(!CPUMIsHyperDebugStateActive(pVCpu));
Note:
See TracChangeset
for help on using the changeset viewer.