diff options
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. */ |