- Timestamp:
- Dec 15, 2023 7:53:56 AM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r102605 r102606 3108 3108 3109 3109 PCPUMMSRRANGE pMaskRange = cpumLookupMsrRange(pVM, MSR_IA32_MTRR_PHYSMASK0 + (iVarMtrr * 2)); 3110 AssertLogRelMsgReturn(p BaseRange, ("Failed to lookup the IA32_MTRR_PHYSMASK[%u] MSR range\n", iVarMtrr),3110 AssertLogRelMsgReturn(pMaskRange, ("Failed to lookup the IA32_MTRR_PHYSMASK[%u] MSR range\n", iVarMtrr), 3111 3111 VERR_NOT_FOUND); 3112 3112
Note:
See TracChangeset
for help on using the changeset viewer.