- Timestamp:
- May 20, 2008 2:33:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r8853 r8958 1711 1711 } 1712 1712 1713 #ifndef DEBUG_michael 1713 1714 AssertMsg(cModifiedPages == pPool->cModifiedPages, ("%d != %d\n", cModifiedPages, pPool->cModifiedPages)); 1715 #endif 1714 1716 pPool->iModifiedHead = NIL_PGMPOOL_IDX; 1715 1717 pPool->cModifiedPages = 0;
Note:
See TracChangeset
for help on using the changeset viewer.