diff options
-rw-r--r-- | src/arch/x86/tlb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/tlb.cc b/src/arch/x86/tlb.cc index 589b2b7eb..829ebce00 100644 --- a/src/arch/x86/tlb.cc +++ b/src/arch/x86/tlb.cc @@ -455,7 +455,7 @@ void TLB::regStats() { using namespace Stats; - + BaseTLB::regStats(); rdAccesses .name(name() + ".rdAccesses") .desc("TLB accesses on read requests"); |