- Timestamp:
- Dec 15, 2021 4:43:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.h
r92939 r92944 1017 1017 while (cbRemain) 1018 1018 { 1019 uint32_t cbBounded = RT_MIN(pSgPhysReturn->cbSegLeft, cbRemain);1019 size_t cbBounded = RT_MIN(pSgPhysReturn->cbSegLeft, cbRemain); 1020 1020 Assert(cbBounded > 0); 1021 1021 virtioCoreGCPhysWrite(pVirtio, CTX_SUFF(pVirtio->pDevIns), (RTGCPHYS)pSgPhysReturn->GCPhysCur, pvBuf, cbBounded);
Note:
See TracChangeset
for help on using the changeset viewer.