mirror of
https://github.com/simh/simh.git
synced 2026-01-31 13:53:10 +00:00
Fixed missed change from sim_is_active to sim_activate_time.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user