VirtualBox

忽略:
時間撮記:
2023-3-30 下午01:07:13 (2 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
156600
訊息:

Disassember,*: Start separating the disassembler into a architecture specific and common part, bugref:10394 [build fixes]

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp

    r99208 r99227  
    165165    RT_NOREF1(cbMaxRead);
    166166    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);
    168168    pDis->cbCachedInstr = offInstr + cbMinRead;
    169169    return VINF_SUCCESS;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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