Changeset 27204 in vbox
- Timestamp:
- Mar 9, 2010 11:11:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r27202 r27204 3232 3232 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool); NOREF(pPool); 3233 3233 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 3234 3238 Log2(("pgmPoolTrackFlushGCPhysPT: pPhysPage=%RHp iShw=%d cRefs=%d\n", PGM_PAGE_GET_HCPHYS(pPhysPage), iShw, cRefs)); 3235 3239 STAM_PROFILE_START(&pPool->StatTrackFlushGCPhysPT, f);
Note:
See TracChangeset
for help on using the changeset viewer.