diff options
Diffstat (limited to 'src/arch/alpha')
-rw-r--r-- | src/arch/alpha/tlb.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/alpha/tlb.cc b/src/arch/alpha/tlb.cc index fcd2b518b..3360b34c5 100644 --- a/src/arch/alpha/tlb.cc +++ b/src/arch/alpha/tlb.cc @@ -76,8 +76,6 @@ TLB::~TLB() void TLB::regStats() { - BaseTLB::regStats(); - fetch_hits .name(name() + ".fetch_hits") .desc("ITB hits"); |