changeset 2f07b47d95a1 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=2f07b47d95a1
description:
        stats: tidy up the Distribution type a little bit

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/base/statistics.hh |    4 ++--

diffs (14 lines):

diff -r 64c3b989238c -r 2f07b47d95a1 src/base/statistics.hh
--- a/src/base/statistics.hh    Wed May 13 07:18:02 2009 -0700
+++ b/src/base/statistics.hh    Wed May 13 07:18:03 2009 -0700
@@ -1388,8 +1388,8 @@
 
         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)
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to