VirtualBox

Changeset 12203

Show
Ignore:
Timestamp:
09/08/08 10:22:13 (2 months ago)
Author:
vboxsync
Message:

More verbose assertion

Files:

Legend:

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

    r11711 r12203  
    36143614    } 
    36153615    /* Safety precaution in case we change the paging for other modes too in the future. */ 
    3616     AssertFatal(PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key); 
     3616    AssertFatalMsg(PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key, ("Can't free the shadow CR3! (%VGp vs %VGp kind=%d\n", PGMGetHyperCR3(CTXSUFF(pPool->pVM)), pPage->Core.Key, pPage->enmKind)); 
    36173617 
    36183618    /* 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy