X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmem%2Fcoherent_bus.cc;h=0166872a78f2fd99c534d92fc4abf9ac30e6438b;hb=8573a69d8f7bf7b3f074e3e0ac64994801c551be;hp=b57484ab3b3d826f546f0c13c64e7cc7a54342b3;hpb=b3fc8839c4727da575ed916cbd6a76d8ad5fc644;p=gem5.git diff --git a/src/mem/coherent_bus.cc b/src/mem/coherent_bus.cc index b57484ab3..0166872a7 100644 --- a/src/mem/coherent_bus.cc +++ b/src/mem/coherent_bus.cc @@ -179,6 +179,9 @@ CoherentBus::recvTimingReq(PacketPtr pkt, PortID slave_port_id) if (add_outstanding) outstandingReq.erase(pkt->req); + // undo the calculation so we can check for 0 again + pkt->busFirstWordDelay = pkt->busLastWordDelay = 0; + DPRINTF(CoherentBus, "recvTimingReq: src %s %s 0x%x RETRY\n", src_port->name(), pkt->cmdString(), pkt->getAddr());