Changeset 99227 in vbox for trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
- Timestamp:
- Mar 30, 2023 1:07:13 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp
r99208 r99227 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-> abInstr[offInstr], pbSrc, cbMinRead);167 memcpy(&pDis->u.abInstr[offInstr], pbSrc, cbMinRead); 168 168 pDis->cbCachedInstr = offInstr + cbMinRead; 169 169 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.