ruby: slicc: remove nextLineHack from Type.py
[gem5.git] / src / mem / tport.hh
index 5e80f4fab081d5dd6ecee7a44f1abb25bf22193e..166a23125b09a10d3eb0a3d0a94b19de4ec015b9 100644 (file)
@@ -68,7 +68,7 @@ class SimpleTimingPort : public QueuedSlavePort
      * name used in the QueuedSlavePort. Access is provided through
      * the queue reference in the base class.
      */
-    SlavePacketQueue queueImpl;
+    RespPacketQueue queueImpl;
 
   protected: