mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 11:55:43 +00:00
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
This commit is contained in:
@@ -596,7 +596,7 @@ static uint32 cyc_ms = 0;
|
||||
uint32 w_ms, w_idle, act_ms;
|
||||
int32 act_cyc;
|
||||
|
||||
if ((sim_clock_queue == NULL) || /* clock queue empty? */
|
||||
if ((sim_clock_queue == QUEUE_LIST_END) || /* clock queue empty? */
|
||||
((sim_clock_queue->flags & UNIT_IDLE) == 0) || /* event not idle-able? */
|
||||
(rtc_elapsed[tmr] < sim_idle_stable)) { /* timer not stable? */
|
||||
if (sin_cyc)
|
||||
|
||||
Reference in New Issue
Block a user