diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh index 09cd6edc73..d036b74d63 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;