Changeset 44672 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 13, 2013 6:03:11 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r44533 r44672 1403 1403 1404 1404 /* Copy the data if needed */ 1405 if (pTaskState->CommandControlBlockGuest.c.uDataDirection == BUSLOGIC_CCB_DIRECTION_OUT) 1405 if ( (pTaskState->CommandControlBlockGuest.c.uDataDirection == BUSLOGIC_CCB_DIRECTION_OUT) 1406 || (pTaskState->CommandControlBlockGuest.c.uDataDirection == BUSLOGIC_CCB_DIRECTION_UNKNOWN)) 1406 1407 { 1407 1408 cScatterGatherGCLeft = cbDataCCB / pTaskState->cbSGEntry;
Note:
See TracChangeset
for help on using the changeset viewer.