Changeset 18215 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 24, 2009 6:39:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17667 r18215 1716 1716 * the heap size should suffice. */ 1717 1717 AssertFatalRC(rc); 1718 Assert(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL) || VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3)); 1718 Assert(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL) || VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3)); 1719 1719 } 1720 1720 pPage->fMonitored = true; … … 1813 1813 rc = PGMHandlerPhysicalDeregister(pVM, pPage->GCPhys & ~(RTGCPHYS)(PAGE_SIZE - 1)); 1814 1814 AssertFatalRC(rc); 1815 Assert(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL) || VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3)); 1815 AssertMsg(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL) || VM_FF_ISSET(pVM, VM_FF_PGM_SYNC_CR3), 1816 ("%#x %#x\n", pVM->pgm.s.fSyncFlags, pVM->fForcedActions)); 1816 1817 } 1817 1818 pPage->fMonitored = false;
Note:
See TracChangeset
for help on using the changeset viewer.