- Timestamp:
- Mar 29, 2010 12:18:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r27778 r27784 1817 1817 pgmLock(pVM); 1818 1818 1819 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 1820 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool); 1821 if (pPool->cDirtyPages) 1822 pgmPoolResetDirtyPages(pVM); 1823 # endif 1824 1819 1825 /* 1820 1826 * The pool may have pending stuff and even require a return to ring-3 to
Note:
See TracChangeset
for help on using the changeset viewer.