mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
VAX750: Fix another int32_t -> int32
This was missed in 3a95ba4b.
This commit is contained in:
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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user