Changeset 99224 in vbox for trunk/src/VBox
- Timestamp:
- Mar 30, 2023 12:52:53 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-1.cpp
r99221 r99224 109 109 { 110 110 RT_NOREF1(cbMinRead); 111 memcpy(&pDis-> abInstr[offInstr], (void *)((uintptr_t)pDis->uInstrAddr + offInstr), cbMaxRead);111 memcpy(&pDis->u.abInstr[offInstr], (void *)((uintptr_t)pDis->uInstrAddr + offInstr), cbMaxRead); 112 112 pDis->cbCachedInstr = offInstr + cbMaxRead; 113 113 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.