Changeset 22349 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 19, 2009 2:16:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22348 r22349 1196 1196 pPage->cLastAccessHandlerCount = pVCpu->pgm.s.cPoolAccessHandler; 1197 1197 pPage->pvLastAccessHandlerRip = pRegFrame->rip; 1198 /* Make sure we don't kick out a page too quickly. */ 1199 if (pPage->cModifications > 8) 1200 pPage->cModifications = 2; 1198 1201 } 1199 1202 else
Note:
See TracChangeset
for help on using the changeset viewer.