diff options
-rw-r--r-- | src/arch/x86/tlb.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; |