diff options
author | Steve Raasch <sraasch@umich.edu> | 2003-10-14 17:05:42 -0400 |
---|---|---|
committer | Steve Raasch <sraasch@umich.edu> | 2003-10-14 17:05:42 -0400 |
commit | 8be145a42f032c4e3496c04b8cd307c4580287fc (patch) | |
tree | c01e6b08ab826d25595d911cd8528459f9b9ccd5 /base | |
parent | 459fe3f0941a9aabedca4c8c18b63b61347146ca (diff) | |
download | gem5-8be145a42f032c4e3496c04b8cd307c4580287fc.tar.xz |
Fixes for the new stats in SegmentedIQ
base/statistics.hh:
Put a commented-out #define for STAT_DEBUG
--HG--
extra : convert_revision : 7c2decc9dac7c3c9d867461d2e0f1970f3ca0733
Diffstat (limited to 'base')
-rw-r--r-- | base/statistics.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/statistics.hh b/base/statistics.hh index 10d598836..4afdf2391 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -59,6 +59,12 @@ #include "sim/host.hh" +// +// Un-comment this to enable wierdo-stat debugging +// +// #define STAT_DEBUG + + #ifndef NAN float __nan(); /** Define Not a number. */ |