VirtualBox

Changeset 104843 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 5, 2024 1:09:28 AM (8 months ago)
Author:
vboxsync
Message:

VMM/PGM: Build fix. bugref:10687 bugref:10093

File:
1 edited

Legend:

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

    r104840 r104843  
    18131813     * Initialize the range.
    18141814     */
    1815     Assert(pNew->cb == GCPhysLast - GCPhys + 1U);
     1815    Assert(pNew->cb == GCPhysLast - GCPhys + 1U); RT_NOREF(GCPhysLast);
    18161816    pNew->pszDesc       = pszDesc;
    18171817    pNew->uNemRange     = UINT32_MAX;
     
    36883688            for (uint32_t iChunk = 0, idx = idxFirst; iChunk < cChunks; iChunk++, idx++)
    36893689            {
    3690                 PPGMREGMMIO2RANGE const pMmio2    = &pVM->pgm.s.aMmio2Ranges[idx];
    3691                 PPGMRAMRANGE const      pRamRange = pVM->pgm.s.apMmio2RamRanges[idx];
    3692                 Assert(pMmio2->GCPhys == pRamRange->GCPhys);
     3690                PPGMRAMRANGE const pRamRange = pVM->pgm.s.apMmio2RamRanges[idx];
     3691                Assert(pVM->pgm.s.aMmio2Ranges[idx].GCPhys == pRamRange->GCPhys);
    36933692
    36943693                rc = NEMR3NotifyPhysMmioExMapLate(pVM, pRamRange->GCPhys, pRamRange->cb, fNemFlags, NULL /*pvRam*/,
Note: See TracChangeset for help on using the changeset viewer.

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