VirtualBox

Changeset 14560 in vbox


Ignore:
Timestamp:
Nov 25, 2008 10:14:28 AM (16 years ago)
Author:
vboxsync
Message:

Don't use obsolete format specifiers

File:
1 edited

Legend:

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

    r14559 r14560  
    21952195        /* Convert virtual to physical address */
    21962196        rc = PGMPhysGCPtr2GCPhys(pVM, GCPtrDst, &GCPhys);
    2197         AssertMsgRCReturn(rc, ("PGMPhysGCPtr2GCPhys failed for %VGv\n", GCPtrDst), rc);
     2197        AssertMsgRCReturn(rc, ("PGMPhysGCPtr2GCPhys failed with %Rrc for %RGv\n", rc, 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