Revert "Comment out assertion"

This reverts commit d972ce7a99.
This commit is contained in:
Uwe Seimet 2023-11-15 19:34:48 +01:00
parent d972ce7a99
commit 3734719ca6

View File

@ -430,7 +430,7 @@ void ScsiController::Error(sense_key sense_key, asc asc, status status)
void ScsiController::Send()
{
assert(!GetBus().GetREQ());
//assert(GetBus().GetIO());
assert(GetBus().GetIO());
if (HasValidLength()) {
LogTrace("Sending data, offset: " + to_string(GetOffset()) + ", length: " + to_string(GetLength()));