diff --git a/kernel/clock.c b/kernel/clock.c index 82ef34905..16866eb72 100755 --- a/kernel/clock.c +++ b/kernel/clock.c @@ -211,6 +211,10 @@ irq_hook_t *hook; prev_ptr = proc_ptr; /* store running process */ lock_notify(HARDWARE, CLOCK); /* send notification */ } + + if (do_serial_debug) + do_ser_debug(); + return(1); /* reenable interrupts */ } @@ -285,5 +289,3 @@ PRIVATE void load_update(void) kloadinfo.last_clock = realtime; } - -