VirtualBox

Changeset 13824 in vbox for trunk/src/VBox/VMM/MMPhys.cpp


Ignore:
Timestamp:
Nov 5, 2008 1:11:24 AM (16 years ago)
Author:
vboxsync
Message:

VMM: %VGp -> %RGp

File:
1 edited

Legend:

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

    r13819 r13824  
    8585    int rc = VINF_SUCCESS;
    8686
    87     Log(("MMR3PhysRegister: pvRam=%p GCPhys=%VGp cb=%#x fFlags=%#x\n", pvRam, GCPhys, cb, fFlags));
     87    Log(("MMR3PhysRegister: pvRam=%p GCPhys=%RGp cb=%#x fFlags=%#x\n", pvRam, GCPhys, cb, fFlags));
    8888
    8989    /*
     
    268268            !=  MM_RAM_FLAGS_RESERVED)
    269269        {
    270             AssertMsgFailed(("Flags conflict at %VGp, HCPhys=%RHp.\n", pCur->u.phys.GCPhys + (iPage << PAGE_SHIFT), pCur->aPhysPages[iPage].Phys));
     270            AssertMsgFailed(("Flags conflict at %RGp, HCPhys=%RHp.\n", pCur->u.phys.GCPhys + (iPage << PAGE_SHIFT), pCur->aPhysPages[iPage].Phys));
    271271            return VERR_INVALID_PARAMETER;
    272272        }
     
    486486            return VINF_SUCCESS;
    487487        }
    488     AssertMsgFailed(("GCPhys=%VGp cbRange=%#x\n", GCPhys, cbRange));
     488    AssertMsgFailed(("GCPhys=%RGp cbRange=%#x\n", GCPhys, cbRange));
    489489    return VERR_INVALID_PARAMETER;
    490490}
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