VirtualBox

Changeset 102606 in vbox for trunk/src


Ignore:
Timestamp:
Dec 15, 2023 7:53:56 AM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160760
Message:

VMM/CPUM: bugref:10498 Fix assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r102605 r102606  
    31083108
    31093109            PCPUMMSRRANGE pMaskRange = cpumLookupMsrRange(pVM, MSR_IA32_MTRR_PHYSMASK0 + (iVarMtrr * 2));
    3110             AssertLogRelMsgReturn(pBaseRange, ("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),
    31113111                                  VERR_NOT_FOUND);
    31123112
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette