diff --git a/m1/perf/sched.c b/m1/perf/sched.c index 9336d5c..5f50d43 100644 --- a/m1/perf/sched.c +++ b/m1/perf/sched.c @@ -22,7 +22,7 @@ #include #include #include -//#include +#include #include #include @@ -31,13 +31,9 @@ #include -#undef assert -#define assert(x) \ - do { if (!(x)) { printf("ASSERT: " #x "\n"); abort(); } } \ - while (0) //#define REG_STATS -//#define LCPF /* longest critical path first */ +#define LCPF /* longest critical path first */ //#define DEBUG #ifdef DEBUG