VirtualBox

忽略:
時間撮記:
2008-8-20 上午07:11:08 (16 年 以前)
作者:
vboxsync
訊息:

RIP related addressing fix.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Disassembler/DisasmReg.cpp

    r11111 r11504  
    643643        {
    644644            Assert(pCpu->mode == CPUMODE_64BIT);
    645             pParamVal->val.val64 += pParam->disp32 + pCtx->rip;
     645            /* Relative to the RIP of the next instruction. */
     646            pParamVal->val.val64 += pParam->disp32 + pCtx->rip + pCpu->opsize;
    646647        }
    647648        return VINF_SUCCESS;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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