VirtualBox

Ignore:
Timestamp:
Oct 22, 2023 2:43:09 AM (14 months ago)
Author:
vboxsync
Message:

DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly work. bugref:10371 bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp

    r99227 r101539  
    165165    RT_NOREF1(cbMaxRead);
    166166    uint8_t const *pbSrc = (uint8_t const *)((uintptr_t)pDis->uInstrAddr + (uintptr_t)pDis->pvUser + offInstr);
    167     memcpy(&pDis->u.abInstr[offInstr], pbSrc, cbMinRead);
     167    memcpy(&pDis->Instr.ab[offInstr], pbSrc, cbMinRead);
    168168    pDis->cbCachedInstr = offInstr + cbMinRead;
    169169    return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

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