summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2004-07-06 20:04:17 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2004-07-06 20:04:17 -0400
commit014f451d1fa63c4027b49c090441f2cd09269b0f (patch)
tree337802e7cb7ccd2372157db46dd042572538632b
parent19fd3439c738e06be8c43078f520054011a385cc (diff)
parent8d6fb1e9b576e3ef278ca47fc8573fa26a3e77a3 (diff)
downloadgem5-014f451d1fa63c4027b49c090441f2cd09269b0f.tar.xz
Merge zizzer.eecs.umich.edu:/bk/m5
into shizzle.(none):/home/hsul/work/linux-clean --HG-- extra : convert_revision : e0192f56c189e595daf3c020a56e1c02010aefbc
-rw-r--r--base/statistics.hh2
1 files changed, 1 insertions, 1 deletions
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;