misc: missing override specifier
[gem5.git] / src / dev / dma_device.hh
index 0dc79df4227e50f41244be4de452bca053610579..f556e14e30e97ec14dd4fccdfe8b06b2c8167e02 100644 (file)
@@ -179,8 +179,8 @@ class DmaDevice : public PioDevice
 
     unsigned int cacheBlockSize() const { return sys->cacheLineSize(); }
 
-    BaseMasterPort &getMasterPort(const std::string &if_name,
-                                  PortID idx = InvalidPortID) override;
+    Port &getPort(const std::string &if_name,
+                  PortID idx=InvalidPortID) override;
 
 };