VirtualBox

Changeset 18215 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 24, 2009 6:39:39 PM (16 years ago)
Author:
vboxsync
Message:

pgmPoolMonitorFlush: details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r17667 r18215  
    17161716         * the heap size should suffice. */
    17171717        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));
    17191719    }
    17201720    pPage->fMonitored = true;
     
    18131813        rc = PGMHandlerPhysicalDeregister(pVM, pPage->GCPhys & ~(RTGCPHYS)(PAGE_SIZE - 1));
    18141814        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));
    18161817    }
    18171818    pPage->fMonitored = false;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette