VirtualBox

Changeset 27204 in vbox


Ignore:
Timestamp:
Mar 9, 2010 11:11:22 AM (15 years ago)
Author:
vboxsync
Message:

Paranoia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r27202 r27204  
    32323232    PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool); NOREF(pPool);
    32333233
     3234    /* We should only come here with when there's only one reference in this physical page. */
     3235    Assert(PGMPOOL_TD_GET_CREFS(PGM_PAGE_GET_TRACKING(pPhysPage)) == 1);
     3236    Assert(cRefs == 1);
     3237
    32343238    Log2(("pgmPoolTrackFlushGCPhysPT: pPhysPage=%RHp iShw=%d cRefs=%d\n", PGM_PAGE_GET_HCPHYS(pPhysPage), iShw, cRefs));
    32353239    STAM_PROFILE_START(&pPool->StatTrackFlushGCPhysPT, f);
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