mem: Fix guest corruption when caches handle uncacheable accesses
[gem5.git] / src / mem / tport.cc
index b5f775a5665bae40ce7248f2a6db301821701a27..7a0dd7cd9dd6a1be2fa8128f64ca01a3ed62e780 100644 (file)
@@ -82,7 +82,7 @@ SimpleTimingPort::recvTimingReq(PacketPtr pkt)
         // recvAtomic() should already have turned packet into
         // atomic response
         assert(pkt->isResponse());
-        queue.schedSendTiming(pkt, curTick() + latency);
+        schedTimingResp(pkt, curTick() + latency);
     } else {
         /// @todo nominally we should just delete the packet here.
         /// Until 4-phase stuff we can't because the sending