- Timestamp:
- Mar 30, 2023 12:52:53 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156597
- 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.