Changeset 78257 in vbox for trunk/src/VBox
- Timestamp:
- Apr 23, 2019 8:19:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r78243 r78257 7332 7332 uint32_t u32Val; 7333 7333 7334 STAM_PROFILE_ADV_START(& 7334 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatImportGuestState, x); 7335 7335 7336 7336 /* … … 7496 7496 uint32_t const cMsrs = pVmcsInfo->cExitMsrStore; 7497 7497 Assert(cMsrs == 0 || pMsr != NULL); 7498 Assert(cMsrs <= VMX_MISC_MAX_MSRS(pVM->hm.s.vmx.Msrs.u64Misc)); 7498 7499 for (uint32_t i = 0; i < cMsrs; i++, pMsr++) 7499 7500 {
Note:
See TracChangeset
for help on using the changeset viewer.