diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-07-06 20:04:17 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-07-06 20:04:17 -0400 |
commit | 014f451d1fa63c4027b49c090441f2cd09269b0f (patch) | |
tree | 337802e7cb7ccd2372157db46dd042572538632b | |
parent | 19fd3439c738e06be8c43078f520054011a385cc (diff) | |
parent | 8d6fb1e9b576e3ef278ca47fc8573fa26a3e77a3 (diff) | |
download | gem5-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.hh | 2 |
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; |