diff --git a/src/dev/arm/smmu_v3_slaveifc.hh b/src/dev/arm/smmu_v3_slaveifc.hh index 3302d829bc..5759a8ffba 100644 --- a/src/dev/arm/smmu_v3_slaveifc.hh +++ b/src/dev/arm/smmu_v3_slaveifc.hh @@ -116,7 +116,7 @@ class SMMUv3SlaveInterface : public MemObject SMMUv3SlaveInterface, &SMMUv3SlaveInterface::atsSendDeviceRetry> atsSendDeviceRetryEvent; - Port& getPort(const std::string &name, PortID id); + Port& getPort(const std::string &name, PortID id) override; public: SMMUv3SlaveInterface(const SMMUv3SlaveInterfaceParams *p);