Changeset 71697 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 6, 2018 10:01:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71692 r71697 4352 4352 pSvmTransient->fWasHyperDebugStateActive = CPUMIsHyperDebugStateActive(pVCpu); 4353 4353 } 4354 pSvmTransient->fWasGuestFPUStateActive = CPUMIsGuestFPUStateActive(pVCpu);4354 pSvmTransient->fWasGuestFPUStateActive = true; 4355 4355 4356 4356 /* Merge the guest and nested-guest MSRPM. */
Note:
See TracChangeset
for help on using the changeset viewer.