Changeset 22742 in vbox
- Timestamp:
- Sep 3, 2009 12:46:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 51886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22741 r22742 2524 2524 2525 2525 default: 2526 #ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 2527 Assert(!pPage->fDirty); 2528 #endif 2526 2529 Assert(!pPage->cModifications || ++cModifiedPages); 2527 2530 Assert(pPage->iModifiedNext == NIL_PGMPOOL_IDX || pPage->cModifications);
Note:
See TracChangeset
for help on using the changeset viewer.