mirror of
https://github.com/open-simh/simh.git
synced 2026-02-03 07:21:06 +00:00
committed by
Paul Koning
parent
234be4883b
commit
9a1ca7f298
@@ -777,7 +777,7 @@ return SCPE_OK;
|
||||
|
||||
t_stat clk_svc (UNIT *uptr)
|
||||
{
|
||||
int32_t t;
|
||||
int32 t;
|
||||
t = sim_rtcn_calb (clk_tps, TMR_CLK); /* calibrate clock */
|
||||
sim_activate_after (uptr, 1000000/clk_tps); /* reactivate unit */
|
||||
tmr_poll = t; /* set tmr poll */
|
||||
|
||||
Reference in New Issue
Block a user