stats: tidy up the Distribution type a little bit

This commit is contained in:
Nathan Binkert 2009-05-13 07:18:03 -07:00
parent cfa9c78100
commit cbf237897f

View file

@ -1388,8 +1388,8 @@ class DistStor
min_val = CounterLimits::max();
max_val = CounterLimits::min();
underflow = 0;
overflow = 0;
underflow = Counter();
overflow = Counter();
size_type size = cvec.size();
for (off_type i = 0; i < size; ++i)