Merge with head.
[gem5.git] / src / mem / tport.hh
index bc9da6c44fea716adbe0848b9f26881142bc6710..d0f1be4253095d24a23fe174daa7806de5207222 100644 (file)
@@ -99,7 +99,7 @@ class SimpleTimingPort : public Port
 
     /** Check the list of buffered packets against the supplied
      * functional request. */
-    void checkFunctional(PacketPtr funcPkt);
+    bool checkFunctional(PacketPtr funcPkt);
 
     /** Check whether we have a packet ready to go on the transmit list. */
     bool deferredPacketReady()