Changeset 22337 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 19, 2009 9:41:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22336 r22337 1492 1492 Assert((PGMPOOLKIND)pPage->enmKind == enmKind); 1493 1493 *ppPage = pPage; 1494 if (pPage->cModifications) 1495 pPage->cModifications = 1; /* reset counter (can't use 0, or else it will be reinserted in the modified list) */ 1494 1496 STAM_COUNTER_INC(&pPool->StatCacheHits); 1495 1497 return VINF_PGM_CACHED_PAGE;
Note:
See TracChangeset
for help on using the changeset viewer.