From b44e0ce52b894fd4eecc9339e213b7a111c2cc1d Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 19 Feb 2013 05:56:07 -0500 Subject: scons: Add warning for overloaded virtual functions Fix the ISA startup warnings --- src/arch/power/isa.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/power') diff --git a/src/arch/power/isa.hh b/src/arch/power/isa.hh index f4e053d85..33439c48c 100644 --- a/src/arch/power/isa.hh +++ b/src/arch/power/isa.hh @@ -100,6 +100,9 @@ class ISA : public SimObject void startup(ThreadContext *tc) {} + /// Explicitly import the otherwise hidden startup + using SimObject::startup; + const Params *params() const; ISA(Params *p); -- cgit v1.2.3