diff options
author | Nathan Binkert <nate@binkert.org> | 2010-06-15 01:18:36 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2010-06-15 01:18:36 -0700 |
commit | 86a93fe7b9576045b5e085965ec85692379823e7 (patch) | |
tree | b6132ca65b7a1374212609b1904a316cbad90616 /src/arch/arm/tlb.hh | |
parent | 54d813adcaf6d5eda4040c20bae1706b0a78324b (diff) | |
download | gem5-86a93fe7b9576045b5e085965ec85692379823e7.tar.xz |
stats: only consider a formula initialized if there is a formula
Diffstat (limited to 'src/arch/arm/tlb.hh')
-rw-r--r-- | src/arch/arm/tlb.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/tlb.hh b/src/arch/arm/tlb.hh index a779a492d..1bddd8497 100644 --- a/src/arch/arm/tlb.hh +++ b/src/arch/arm/tlb.hh @@ -108,7 +108,6 @@ class TLB : public BaseTLB mutable Stats::Scalar write_accesses; Stats::Formula hits; Stats::Formula misses; - Stats::Formula invalids; Stats::Formula accesses; |