VirtualBox

儲存庫 vbox 的更動 12285


忽略:
時間撮記:
2008-9-9 上午11:25:23 (16 年 以前)
作者:
vboxsync
訊息:

Logging fixes

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette