From 2fecc3c785e4f618bfb64fce93120eade9bdda9d Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 6 Jul 2004 19:22:39 -0400 Subject: Make binning work with stuff other than FS_MEASURE --HG-- extra : convert_revision : e3fa3cfbdf2f13dd3a8d2266dd64c2c335f998d6 --- base/statistics.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/statistics.hh b/base/statistics.hh index bd1698ae7..f3b8a3922 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -2184,7 +2184,7 @@ class SumNode : public Node * binned. If the typedef is NoBin, nothing is binned. If it is * MainBin, then all stats are binned under that Bin. */ -#if defined(FS_MEASURE) +#if defined(FS_MEASURE) || defined(STATS_BINNING) typedef MainBin DefaultBin; #else typedef NoBin DefaultBin; -- cgit v1.2.3