Changeset 45978 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 10, 2013 9:53:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45977 r45978 7798 7798 7799 7799 /* Update MSRs that are part of the VMCS when MSR-bitmaps are not supported. */ 7800 if ( RT_UNLIKELY(!(pVCpu->hm.s.vmx.u32ProcCtls & VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS)))7800 if (!(pVCpu->hm.s.vmx.u32ProcCtls & VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS)) 7801 7801 { 7802 7802 switch (pMixedCtx->ecx)
Note:
See TracChangeset
for help on using the changeset viewer.