Changeset 24041 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 23, 2009 2:55:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r23485 r24041 4573 4573 Assert(pVCpu->pgm.s.iShwUser != PGMPOOL_IDX_NESTED_ROOT); 4574 4574 4575 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 4576 if (pPool->cDirtyPages) 4577 pgmPoolResetDirtyPages(pVM); 4578 # endif 4579 4575 4580 /* Mark the page as unlocked; allow flushing again. */ 4576 4581 pgmPoolUnlockPage(pPool, pVCpu->pgm.s.CTX_SUFF(pShwPageCR3));
Note:
See TracChangeset
for help on using the changeset viewer.