Changeset 24978 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 26, 2009 8:20:35 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r24966 r24978 1256 1256 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 1257 1257 /* Reset the modification counter (OpenSolaris trashes tlb entries very often) */ 1258 pShwPage->cModifications = 1; 1258 if (pShwPage->cModifications) 1259 pShwPage->cModifications = 1; 1259 1260 # endif 1260 1261
Note:
See TracChangeset
for help on using the changeset viewer.