summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-02-29 20:25:52 -0500
committerNathan Binkert <binkertn@umich.edu>2004-02-29 20:25:52 -0500
commit0a3948bcfd96b16887a5501231890a05bd22c5a3 (patch)
tree32c0f6cfd5ee4a670896c9fee01224ed944de62d /base
parenta574c260e35d99eedfe4927b21f8d3e5ca5ce3f5 (diff)
parentee967995196739b90c0b1c384d7e245d1dffdc80 (diff)
downloadgem5-0a3948bcfd96b16887a5501231890a05bd22c5a3.tar.xz
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/.automount/ziff/z/binkertn/research/m5/latest --HG-- extra : convert_revision : b3fd8bcfbaf1e9d09bac8c1403944df36dde671e
Diffstat (limited to 'base')
-rw-r--r--base/statistics.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/statistics.hh b/base/statistics.hh
index 71d2aa8c8..c99aadab5 100644
--- a/base/statistics.hh
+++ b/base/statistics.hh
@@ -2498,7 +2498,7 @@ struct NoBin
* binned. If the typedef is NoBin, nothing is binned. If it is
* MainBin, then all stats are binned under that Bin.
*/
-#ifdef FS_MEASURE
+#if defined(STATS_BINNING)
typedef MainBin DefaultBin;
#else
typedef NoBin DefaultBin;