From 3d93f4751ea2d40babcff71c74effe12792abf4a Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Tue, 19 Oct 2021 21:31:21 -0400 Subject: fix some problems --- extra.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra.h') diff --git a/extra.h b/extra.h index 1297038..5abb0c7 100644 --- a/extra.h +++ b/extra.h @@ -30,7 +30,7 @@ extern int sched_getcpu(); #endif // This is a proxy for "case study mode" now -#define LITMUS 1 +#define LITMUS 0 #define MMDC_PROF 0 #if LITMUS @@ -88,7 +88,7 @@ static void _rt_load_params_itrl(int argc, char **argv) { if (argc != (9 + LITMUS*2) && argc != (10 + LITMUS*2)) { fprintf(stderr, "Usage: %s \n", argv[0]); #else - if (argc != (6 + LITMUS*2)) { + if (argc != (7 + LITMUS*2)) { fprintf(stderr, "Usage: %s \n", argv[0]); #endif /* PAIRED */ fprintf(stderr, " string for logging. Name of this task.\n"); -- cgit v1.2.2