Fixes for the new stats in SegmentedIQ

base/statistics.hh:
    Put a commented-out #define for STAT_DEBUG

--HG--
extra : convert_revision : 7c2decc9dac7c3c9d867461d2e0f1970f3ca0733
This commit is contained in:
Steve Raasch
2003-10-14 17:05:42 -04:00
parent 459fe3f094
commit 8be145a42f

View File

@@ -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. */