From: beeanyew Date: Thu, 22 Apr 2021 01:08:29 +0000 (+0200) Subject: Remove old IRQ delay debug setting X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e4313cfbd34fec4275764a0d6c8d9d15a693136b;p=pistorm Remove old IRQ delay debug setting --- diff --git a/emulator.c b/emulator.c index 6e0e0f9..8027617 100644 --- a/emulator.c +++ b/emulator.c @@ -434,11 +434,6 @@ int main(int argc, char *argv[]) { int g; //const struct sched_param priority = {99}; - if (argc > 1) { - irq_delay = atoi(argv[1]); - printf("Setting IRQ delay to %d loops (%s).\n", irq_delay, argv[1]); - } - // Some command line switch stuffles for (g = 1; g < argc; g++) { if (strcmp(argv[g], "--cpu_type") == 0 || strcmp(argv[g], "--cpu") == 0) {