Changeset 22710 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- Sep 2, 2009 11:48:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r22709 r22710 377 377 if ( PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage) 378 378 #ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 379 || pgmPoolIsDirtyPage(pVM, GCPhys)379 || pgmPoolIsDirtyPage(pVM, *pGCPhys) 380 380 #endif 381 381 )
Note:
See TracChangeset
for help on using the changeset viewer.