- Timestamp:
- Mar 30, 2010 8:42:23 AM (15 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r27813 r27814 1815 1815 int rc; 1816 1816 1817 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT1818 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool);1819 if (pPool->cDirtyPages)1820 pgmPoolResetDirtyPages(pVM);1821 # endif1822 1823 1817 /* 1824 1818 * The pool may have pending stuff and even require a return to ring-3 to -
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r27790 r27814 3482 3482 pgmLock(pVM); 3483 3483 3484 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 3485 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool); 3486 if (pPool->cDirtyPages) 3487 pgmPoolResetDirtyPages(pVM); 3488 # endif 3489 3484 3490 /* 3485 3491 * Update page access handlers.
Note:
See TracChangeset
for help on using the changeset viewer.