diff options
author | Steve Raasch <sraasch@umich.edu> | 2003-10-14 17:06:05 -0400 |
---|---|---|
committer | Steve Raasch <sraasch@umich.edu> | 2003-10-14 17:06:05 -0400 |
commit | acf025a463498b24fe6a8d90abf9cbc3bae98119 (patch) | |
tree | bd6db4247ba010e5140c7ba4242d6584ae069da3 /base | |
parent | 638a07d15a149b48c854b58e2b3f4df097aa5e2e (diff) | |
parent | 8be145a42f032c4e3496c04b8cd307c4580287fc (diff) | |
download | gem5-acf025a463498b24fe6a8d90abf9cbc3bae98119.tar.xz |
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/y/sraasch/m5
--HG--
extra : convert_revision : 022364d1e5bf2f3b004ba75164580c1a821b16a5
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. */ |