Changeset 24206 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 30, 2009 4:09:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r24201 r24206 2066 2066 2067 2067 2068 #ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT2069 2068 /** 2070 2069 * Check if any pgm pool pages are marked dirty (not monitored) … … 2077 2076 return pVM->pgm.s.CTX_SUFF(pPool)->cDirtyPages != 0; 2078 2077 } 2079 #endif2080 2078 2081 2079 /**
Note:
See TracChangeset
for help on using the changeset viewer.