- Timestamp:
- Sep 3, 2009 12:46:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22740 r22741 2499 2499 case PGMPOOLKIND_PAE_PT_FOR_PAE_2MB: 2500 2500 { 2501 #ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 2502 if (pPage->fDirty) 2503 pgmPoolFlushDirtyPage(pVM, pPool, pPage->idxDirty, true /* force removal */); 2504 #endif 2501 2505 #ifdef PGMPOOL_WITH_USER_TRACKING 2502 2506 if (pPage->cPresent)
Note:
See TracChangeset
for help on using the changeset viewer.