VirtualBox

Changeset 38955 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Oct 6, 2011 12:23:39 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74326
Message:

pgmR3PhysChunkMap: Make sure we don't unmap the chunk we just added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInline.h

    r37354 r38955  
    491491        STAM_COUNTER_INC(&pVM->pgm.s.CTX_SUFF(pStats)->CTX_MID_Z(Stat,PageMapTlbHits));
    492492        rc = VINF_SUCCESS;
     493        AssertPtr(pTlbe->pv);
     494        Assert(!pTlbe->pMap || RT_VALID_PTR(pTlbe->pMap->pv));
    493495    }
    494496    else
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