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/mips/isa.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/mips') diff --git a/src/arch/mips/isa.hh b/src/arch/mips/isa.hh index 5ae779a6c..04d4a1dfa 100644 --- a/src/arch/mips/isa.hh +++ b/src/arch/mips/isa.hh @@ -159,6 +159,9 @@ namespace MipsISA public: void startup(ThreadContext *tc) {} + /// Explicitly import the otherwise hidden startup + using SimObject::startup; + const Params *params() const; ISA(Params *p); -- cgit v1.2.3