Changeset 101539 in vbox for trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
- Timestamp:
- Oct 22, 2023 2:43:09 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
r99227 r101539 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-> u.abInstr[offInstr], pbSrc, cbMinRead);167 memcpy(&pDis->Instr.ab[offInstr], pbSrc, cbMinRead); 168 168 pDis->cbCachedInstr = offInstr + cbMinRead; 169 169 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.