diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2016-02-15 03:40:32 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2016-02-15 03:40:32 -0500 |
commit | 0d50979888c1653e9ceb856c6bffa3f5062adeb9 (patch) | |
tree | deb050fe28786751a76cdfaef40f4f79aaa72ba2 /src/arch/sparc/system.hh | |
parent | 407233f5d80d04e27234eb70750a7f6ee13acd4f (diff) | |
download | gem5-0d50979888c1653e9ceb856c6bffa3f5062adeb9.tar.xz |
misc: Add missing overrides to appease clang
Since the last round of fixes a few new issues have snuck in. We
should consider switching the regression runs to clang.
Diffstat (limited to 'src/arch/sparc/system.hh')
-rw-r--r-- | src/arch/sparc/system.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/sparc/system.hh b/src/arch/sparc/system.hh index 68a192cb9..d4b61bd95 100644 --- a/src/arch/sparc/system.hh +++ b/src/arch/sparc/system.hh @@ -48,7 +48,7 @@ class SparcSystem : public System SparcSystem(Params *p); ~SparcSystem(); - virtual void initState(); + void initState() override; /** * Serialization stuff |