Forgot to mark myself as on the retry list

--HG--
extra : convert_revision : c20170320a284a7bf143a929e4d3aa1475a8bfe0
This commit is contained in:
Ron Dreslinski 2006-10-11 19:47:11 -04:00
parent 3c7e0ec752
commit 14c8e8b227

View file

@ -231,6 +231,7 @@ class Bus : public MemObject
inRetry = false;
}
else {
port->onRetryList(true);
retryList.push_back(port);
}
}