1
0
mirror of https://github.com/simh/simh.git synced 2026-03-05 18:59:08 +00:00
Files
simh.simh/sim_timer.c
Mark Pizzolato fc3ac62218 TIMER: Fix coscheduling to avoid a 0 delay interval
When the timer subsystem hasn't gotten fully initialized, devices may
attempt to coschedule schedule events before the clock has gotten
far enough along to be fully initialized.  When this happens we now
make sure to avoid the potential for a zero delay which will may cause
an infinite scheduling loop.
2016-11-17 16:25:19 -08:00

89 KiB