diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-04 21:57:17 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-04 21:57:17 -0500 |
commit | 2ef27db62c403e4b9e4fea0c2f894a1504309b2e (patch) | |
tree | 10b45c3274446d5c071b474c6a443b88072f9537 /base/statistics.hh | |
parent | 1d09cd71a411a6f4e81fe60a2b180d8b5aa5de86 (diff) | |
parent | f3861d0cc7d3574f985b3aeb37ddf6038b6c9a11 (diff) | |
download | gem5-2ef27db62c403e4b9e4fea0c2f894a1504309b2e.tar.xz |
Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul/work/bk/bincleanup
--HG--
extra : convert_revision : 7b5dc465231a861f0b460e3cbf9ee2ad2b2f5246
Diffstat (limited to 'base/statistics.hh')
-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 c99aadab5..0dad31a5a 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. */ -#if defined(STATS_BINNING) +#if defined(FS_MEASURE) typedef MainBin DefaultBin; #else typedef NoBin DefaultBin; |