From 4b802a09c52ca2a2274a232ba5a29936de8ec3a9 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 12 Apr 2016 05:28:39 -0400 Subject: misc: Appease clang...again Once again, clang is having issues with recently committed code. Unfortunately HSAIL_X86 is still broken. --- src/sim/power/thermal_domain.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sim/power/thermal_domain.hh') diff --git a/src/sim/power/thermal_domain.hh b/src/sim/power/thermal_domain.hh index dc0e30cfa..9236a2437 100644 --- a/src/sim/power/thermal_domain.hh +++ b/src/sim/power/thermal_domain.hh @@ -83,7 +83,7 @@ class ThermalDomain : public SimObject, public ThermalEntity /** Get nodal equation imposed by this node */ LinearEquation getEquation(ThermalNode * tn, unsigned n, - double step) const; + double step) const override; /** * Emit a temperature update through probe points interface @@ -95,7 +95,7 @@ class ThermalDomain : public SimObject, public ThermalEntity */ void setSubSystem(SubSystem * ss); - void regStats(); + void regStats() override; void serialize(CheckpointOut &cp) const override; void unserialize(CheckpointIn &cp) override; -- cgit v1.2.3