vbox的更動 10381 路徑 trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
- 時間撮記:
- 2008-7-8 下午05:53:27 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r10379 r10381 663 663 */ 664 664 unsigned cb = DISGetParamSize(pCpu, &pCpu->param2); 665 AssertMsg(cb > 0 && cb <= sizeof(uint 32_t), ("cb=%d\n", cb));665 AssertMsg(cb > 0 && cb <= sizeof(uint64_t), ("cb=%d\n", cb)); 666 666 int offIncrement = pRegFrame->eflags.Bits.u1DF ? -(signed)cb : (signed)cb; 667 667 … … 669 669 * Perform read. 670 670 */ 671 int rc = iomMMIODoRead(pVM, pRange, GCPhysFault, &pRegFrame-> eax, cb);671 int rc = iomMMIODoRead(pVM, pRange, GCPhysFault, &pRegFrame->rax, cb); 672 672 if (rc == VINF_SUCCESS) 673 673 pRegFrame->rsi += offIncrement;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器