vbox的更動 11504 路徑 trunk/src/VBox/Disassembler/DisasmReg.cpp
- 時間撮記:
- 2008-8-20 上午07:11:08 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Disassembler/DisasmReg.cpp
r11111 r11504 643 643 { 644 644 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; 646 647 } 647 648 return VINF_SUCCESS;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器