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/sparc/isa.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/sparc') diff --git a/src/arch/sparc/isa.hh b/src/arch/sparc/isa.hh index dac8a2095..86092f3b5 100644 --- a/src/arch/sparc/isa.hh +++ b/src/arch/sparc/isa.hh @@ -173,6 +173,9 @@ class ISA : public SimObject void startup(ThreadContext *tc) {} + /// Explicitly import the otherwise hidden startup + using SimObject::startup; + protected: bool isHyperPriv() { return hpstate.hpriv; } -- cgit v1.2.3