diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2003-11-01 18:17:46 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2003-11-01 18:17:46 -0500 |
commit | 249aaff32970dac250dbee3cb3ea531e60348933 (patch) | |
tree | d92301c96c95126e9c312e01d4ad3b8d670ee466 /base/statistics.hh | |
parent | a6a5df529e53eb41db3d9c2d95579934f77cb985 (diff) | |
download | gem5-249aaff32970dac250dbee3cb3ea531e60348933.tar.xz |
statistics.hh:
add enum to Bin::VectorBin
base/statistics.hh:
add enum to Bin::VectorBin
--HG--
extra : convert_revision : a05aef30ca85bf5c0d1f5155e1dff3fb34fd7777
Diffstat (limited to 'base/statistics.hh')
-rw-r--r-- | base/statistics.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/statistics.hh b/base/statistics.hh index 056adea57..db08f14f7 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -2277,6 +2277,7 @@ struct StatBin : public GenBin int _size; public: + enum { binned = true }; VectorBin() : _size(0) {} bool initialized() const { return _size > 0; } |