X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmem%2Ftport.cc;h=9f0f08814b92ed4961985743a2d56117cbfd5d06;hb=24bfdc36f19fddbfcb33cc2f33fb216e8da0382d;hp=fce4f6ca23ba91fe76d1052de11677c942efefbc;hpb=7a8dda49a4ec33be17bbd101ebd68e02562b9c3d;p=gem5.git diff --git a/src/mem/tport.cc b/src/mem/tport.cc index fce4f6ca2..9f0f08814 100644 --- a/src/mem/tport.cc +++ b/src/mem/tport.cc @@ -54,7 +54,7 @@ SimpleTimingPort::SimpleTimingPort(const std::string& _name, void SimpleTimingPort::recvFunctional(PacketPtr pkt) { - if (!respQueue.checkFunctional(pkt)) { + if (!respQueue.trySatisfyFunctional(pkt)) { // do an atomic access and throw away the returned latency recvAtomic(pkt); }