Merge of DPRINTF fixes from head.
--HG-- extra : convert_revision : f99a33b2df6a6c5592856d17d00e73ee83267442
This commit is contained in:
@@ -248,7 +248,6 @@ Bus::recvTiming(PacketPtr pkt)
|
||||
void
|
||||
Bus::recvRetry(int id)
|
||||
{
|
||||
DPRINTF(Bus, "Received a retry from %s\n", id == -1 ? "self" : interfaces[id]->getPeer()->name());
|
||||
// If there's anything waiting, and the bus isn't busy...
|
||||
if (retryList.size() && curTick >= tickNextIdle) {
|
||||
//retryingPort = retryList.front();
|
||||
|
||||
Reference in New Issue
Block a user