Changeset 29049 in vbox
- Timestamp:
- May 4, 2010 11:17:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r28800 r29049 200 200 pThis->pLed->Actual.s.fWriting = 0; 201 201 else 202 AssertMsg Failed(("Invalid transfer direction %u\n", enmTxDir));202 AssertMsg(enmTxDir == VSCSIIOREQTXDIR_FLUSH, ("Invalid transfer direction %u\n", enmTxDir)); 203 203 204 204 ASMAtomicDecU32(&pThis->StatIoDepth);
Note:
See TracChangeset
for help on using the changeset viewer.