tport.cc:
Oops... forgot to update call site after changing function argument semantics. src/mem/tport.cc: Oops... forgot to update call site after changing function argument semantics. --HG-- extra : convert_revision : 9234b991dc678f062d268ace73c71b3d13dd17dc
This commit is contained in:
parent
365e4ac374
commit
4e65d2678d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ SimpleTimingPort::recvTiming(PacketPtr pkt)
|
|||
// turn packet around to go back to requester if response expected
|
||||
if (pkt->needsResponse()) {
|
||||
pkt->makeTimingResponse();
|
||||
schedSendTiming(pkt, latency);
|
||||
schedSendTiming(pkt, curTick + latency);
|
||||
}
|
||||
else if (pkt->cmd != MemCmd::UpgradeReq) {
|
||||
delete pkt->req;
|
||||
|
|
Loading…
Reference in a new issue