VirtualBox

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


Ignore:
Timestamp:
Jun 21, 2009 8:56:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48864
Message:

PGMAllPool: assert msg.

File:
1 edited

Legend:

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

    r20665 r20748  
    248248void pgmPoolMonitorChainChanging(PVMCPU pVCpu, PPGMPOOL pPool, PPGMPOOLPAGE pPage, RTGCPHYS GCPhysFault, CTXTYPE(RTGCPTR, RTHCPTR, RTGCPTR) pvAddress, PDISCPUSTATE pDis)
    249249{
    250     Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX);
     250    AssertMsg(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX, ("%#x (idx=%#x)\n", pPage->iMonitoredPrev, pPage->idx));
    251251    const unsigned off     = GCPhysFault & PAGE_OFFSET_MASK;
    252252    const unsigned cbWrite = pDis ? pgmPoolDisasWriteSize(pDis) : 0;
Note: See TracChangeset for help on using the changeset viewer.

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