VirtualBox

Changeset 30820 in vbox


Ignore:
Timestamp:
Jul 14, 2010 11:50:30 AM (15 years ago)
Author:
vboxsync
Message:

Wrong user parameter

File:
1 edited

Legend:

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

    r30819 r30820  
    32813281             * Check that it's not in any of the TLBs.
    32823282             */
    3283             PVM pVM = ((PPGMR3PHYSCHUNKUNMAPCB)pvUser)->pVM;
     3283            PVM pVM = (pvUser)
    32843284            for (unsigned i = 0; i < RT_ELEMENTS(pVM->pgm.s.ChunkR3Map.Tlb.aEntries); i++)
    32853285                if (pVM->pgm.s.ChunkR3Map.Tlb.aEntries[i].pChunk == pChunk)
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