From: Andreas Sandberg Date: Thu, 20 Jul 2017 14:12:22 +0000 (+0100) Subject: arch-x86: Add missing override in the X86 TLB X-Git-Tag: v19.0.0.0~2644 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fda84faad49ced637fb0824188416d1bd939a7ed;p=gem5.git arch-x86: Add missing override in the X86 TLB Change-Id: Ie5ef1aaaef46cf8ef8fa4b0fc8f7efb8cde9b489 Signed-off-by: Andreas Sandberg Reviewed-by: Nikos Nikoleris Reviewed-on: https://gem5-review.googlesource.com/4283 Reviewed-by: Jason Lowe-Power Reviewed-by: Gabe Black Maintainer: Jason Lowe-Power --- diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh index 09cd6edc7..d036b74d6 100644 --- a/src/arch/x86/tlb.hh +++ b/src/arch/x86/tlb.hh @@ -151,7 +151,7 @@ namespace X86ISA /* * Function to register Stats */ - void regStats(); + void regStats() override; // Checkpointing void serialize(CheckpointOut &cp) const override;