VirtualBox

Changeset 12285 in vbox for trunk/src


Ignore:
Timestamp:
Sep 9, 2008 11:25:23 AM (16 years ago)
Author:
vboxsync
Message:

Logging fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMPatch.cpp

    r11979 r12285  
    471471    uint32_t     size;
    472472
    473     Log(("patmPatchGenSti at %VGv; next %VGv\n", pCurInstrGC, pNextInstrGC));
     473    Log(("patmPatchGenSti at %VRv; next %VRv\n", pCurInstrGC, pNextInstrGC));
    474474    PATCHGEN_PROLOG(pVM, pPatch);
    475475    callInfo.pNextInstrGC = pNextInstrGC;
     
    490490    callInfo.pNextInstrGC = pReturnAddrGC;
    491491
    492     Log(("patmPatchGenPopf at %VGv\n", pReturnAddrGC));
     492    Log(("patmPatchGenPopf at %VRv\n", pReturnAddrGC));
    493493
    494494    /* Note: keep IOPL in mind when changing any of this!! (see comments in PATMA.asm, PATMPopf32Replacement) */
     
    725725    else
    726726    {
    727         AssertMsg(PATMIsPatchGCAddr(pVM, pTargetGC) == false, ("Target is already a patch address (%VGv)?!?\n", pTargetGC));
     727        AssertMsg(PATMIsPatchGCAddr(pVM, pTargetGC) == false, ("Target is already a patch address (%VRv)?!?\n", pTargetGC));
    728728        Assert(pTargetGC);
    729729        Assert(OP_PARM_VTYPE(pCpu->pCurInstr->param1) == OP_PARM_J);
     
    732732
    733733        /* Relative call to patch code (patch to patch -> no fixup). */
    734         Log(("PatchGenCall from %VGv (next=%VGv) to %VGv\n", pCurInstrGC, pCurInstrGC + pCpu->opsize, pTargetGC));
     734        Log(("PatchGenCall from %VRv (next=%VRv) to %VRv\n", pCurInstrGC, pCurInstrGC + pCpu->opsize, pTargetGC));
    735735
    736736        /* We push it onto the stack here, so the guest's context isn't ruined when this happens to cause
     
    860860    pPatchRetInstrGC = PATCHCODE_PTR_GC(pPatch) + pPatch->uCurPatchOffset;
    861861
    862     Log(("patmPatchGenRet %VGv\n", pCurInstrGC));
     862    Log(("patmPatchGenRet %VRv\n", pCurInstrGC));
    863863
    864864    /** @note optimization: multiple identical ret instruction in a single patch can share a single patched ret. */
     
    13021302    uint32_t size, offset;
    13031303
    1304     Log(("patmPatchGenMovFromSS %VGv\n", pCurInstrGC));
     1304    Log(("patmPatchGenMovFromSS %VRv\n", pCurInstrGC));
    13051305
    13061306    Assert(pPatch->flags & PATMFL_CODE32);
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