VirtualBox

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


Ignore:
Timestamp:
Nov 25, 2008 9:53:53 AM (16 years ago)
Author:
vboxsync
Message:

More verbose assertion

File:
1 edited

Legend:

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

    r14075 r14559  
    21952195        /* Convert virtual to physical address */
    21962196        rc = PGMPhysGCPtr2GCPhys(pVM, GCPtrDst, &GCPhys);
    2197         AssertRCReturn(rc, rc);
     2197        AssertMsgRCReturn(rc, ("PGMPhysGCPtr2GCPhys failed for %VGv\n", GCPtrDst), rc);
    21982198
    21992199        /* mark the guest page as accessed and dirty. */
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