arch-x86: Add missing override in the X86 TLB

Change-Id: Ie5ef1aaaef46cf8ef8fa4b0fc8f7efb8cde9b489
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4283
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
Andreas Sandberg
2017-07-20 15:12:22 +01:00
parent e966523363
commit fda84faad4

View File

@@ -151,7 +151,7 @@ namespace X86ISA
/*
* Function to register Stats
*/
void regStats();
void regStats() override;
// Checkpointing
void serialize(CheckpointOut &cp) const override;