Changeset 22544 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 28, 2009 7:45:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r22473 r22544 1701 1701 else 1702 1702 { 1703 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 1703 1704 pgmLock(pVM); 1704 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT1705 1705 pgmPoolResetDirtyPages(pVM); 1706 pgmUnlock(pVM); 1706 1707 # endif 1707 pgmUnlock(pVM);1708 1708 /* 1709 1709 * Check if we have a pending update of the CR3 monitoring.
Note:
See TracChangeset
for help on using the changeset viewer.