VirtualBox

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


Ignore:
Timestamp:
Aug 27, 2009 12:47:12 PM (15 years ago)
Author:
vboxsync
Message:

Got rid of unnecessary assertiosn

File:
1 edited

Legend:

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

    r22513 r22518  
    21002100        Assert(pPageHead != pPage); Assert(pPageHead->iMonitoredNext != pPage->idx);
    21012101        Assert(pPageHead->iMonitoredPrev != pPage->idx);
    2102         AssertMsg(pPageHead->iMonitoredPrev == NIL_PGMPOOL_IDX || pPool->aPages[pPageHead->iMonitoredPrev].GCPhys == pPage->GCPhys, ("%RGp vs %RGp\n", pPool->aPages[pPageHead->iMonitoredPrev].GCPhys, pPage->GCPhys));
    2103         AssertMsg(pPageHead->iMonitoredNext == NIL_PGMPOOL_IDX || pPool->aPages[pPageHead->iMonitoredNext].GCPhys == pPage->GCPhys, ("%RGp vs %RGp\n", pPool->aPages[pPageHead->iMonitoredNext].GCPhys, pPage->GCPhys));
    21042102
    21052103#ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
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