VirtualBox

Changeset 22721 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 2, 2009 2:47:37 PM (15 years ago)
Author:
vboxsync
Message:

more verbose assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPool.cpp

    r22720 r22721  
    680680            RTHCPHYS HCPhysPT = -1;
    681681            rc = PGMPhysGCPhys2HCPhys(pPool->CTX_SUFF(pVM), pPage->GCPhys, &HCPhysPT);
    682             AssertRC(rc);
     682            AssertMsgRC(rc, ("PGMPhysGCPhys2HCPhys failed with rc=%d for %RGp\n", rc, pPage->GCPhys));
    683683            if (rc == VINF_SUCCESS)
    684684            {
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