- 時間撮記:
- 2023-3-30 下午01:07:13 (2 年 以前)
- svn:sync-xref-src-repo-rev:
- 156600
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
r99208 r99227 165 165 RT_NOREF1(cbMaxRead); 166 166 uint8_t const *pbSrc = (uint8_t const *)((uintptr_t)pDis->uInstrAddr + (uintptr_t)pDis->pvUser + offInstr); 167 memcpy(&pDis-> abInstr[offInstr], pbSrc, cbMinRead);167 memcpy(&pDis->u.abInstr[offInstr], pbSrc, cbMinRead); 168 168 pDis->cbCachedInstr = offInstr + cbMinRead; 169 169 return VINF_SUCCESS;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器