Poll serial line for debug output requests when do_serial_debug is true.

This commit is contained in:
Philip Homburg 2007-04-23 13:56:27 +00:00
parent 8937b6a8de
commit 94bc849574

View file

@ -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;
}