mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
Fixed missed change from sim_is_active to sim_activate_time.
This commit is contained in:
parent
744f65a36c
commit
6a08c3c283
@ -482,7 +482,7 @@ int32 clk_cosched (int32 wait)
|
||||
{
|
||||
int32 t;
|
||||
|
||||
t = sim_is_active (&clk_unit);
|
||||
t = sim_activate_time (&clk_unit);
|
||||
return (t? t - 1: wait);
|
||||
}
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@ int32 clk_cosched (int32 wait)
|
||||
{
|
||||
int32 t;
|
||||
|
||||
t = sim_is_active (&clk_unit);
|
||||
t = sim_activate_time (&clk_unit);
|
||||
return (t? t - 1: wait);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user