diff options
Diffstat (limited to 'src/arch/power/tlb.hh')
-rw-r--r-- | src/arch/power/tlb.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/power/tlb.hh b/src/arch/power/tlb.hh index 1794de626..4445995fc 100644 --- a/src/arch/power/tlb.hh +++ b/src/arch/power/tlb.hh @@ -123,7 +123,6 @@ class TLB : public BaseTLB mutable Stats::Scalar write_accesses; Stats::Formula hits; Stats::Formula misses; - Stats::Formula invalids; Stats::Formula accesses; public: |