VirtualBox

Changeset 15432 in vbox for trunk/src


Ignore:
Timestamp:
Dec 13, 2008 10:48:00 AM (16 years ago)
Author:
vboxsync
Message:

Disabled assertion.

File:
1 edited

Legend:

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

    r15430 r15432  
    40514051    LogFlow(("pgmPoolAlloc: GCPhys=%RGp enmKind=%d iUser=%#x iUserTable=%#x\n", GCPhys, enmKind, iUser, iUserTable));
    40524052    *ppPage = NULL;
    4053     Assert(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL));
     4053    /** @todo CSAM/PGMPrefetchPage messes up here during CSAMR3CheckGates
     4054     *  (TRPMR3SyncIDT) because of FF priority. Try fix that?
     4055     *  Assert(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)); */
    40544056
    40554057#ifdef PGMPOOL_WITH_CACHE
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