Changeset 27390 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 16, 2010 9:35:30 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r27378 r27390 1876 1876 } 1877 1877 /* Make sure we check for pending pgm pool syncs as we clear VMCPU_FF_PGM_SYNC_CR3 later on! */ 1878 if (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL) 1878 if ( rc == VINF_PGM_SYNC_CR3 1879 || (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)) 1879 1880 { 1880 1881 Log(("PGMSyncCR3: pending pgm pool sync after MapCR3!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.