Changeset 85102 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jul 8, 2020 8:25:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r85101 r85102 1984 1984 return cbCopied - RT_MIN(cbSkip, cbCopied); 1985 1985 1986 uint32_tcbCopyThis = RT_MIN(SGEntry.Simple32.u24Length, cbCopy);1986 size_t cbCopyThis = RT_MIN(SGEntry.Simple32.u24Length, cbCopy); 1987 1987 RTGCPHYS GCPhysAddrDataBuffer = SGEntry.Simple32.u32DataBufferAddressLow; 1988 1988
Note:
See TracChangeset
for help on using the changeset viewer.