mirror of
https://github.com/simh/simh.git
synced 2026-01-27 04:22:24 +00:00
SCP: Avoid runaway recursion when debugging timer logic
As mentioned in #1107
This commit is contained in:
@@ -110,6 +110,7 @@ double sim_timenow_double (void);
|
||||
int32 sim_rtcn_init (int32 time, int32 tmr);
|
||||
int32 sim_rtcn_init_unit (UNIT *uptr, int32 time, int32 tmr);
|
||||
int32 sim_rtcn_init_unit_ticks (UNIT *uptr, int32 time, int32 tmr, int32 ticksper);
|
||||
void sim_rtcn_debug_time (struct timespec *now);
|
||||
void sim_rtcn_get_time (struct timespec *now, int tmr);
|
||||
time_t sim_get_time (time_t *now);
|
||||
t_stat sim_rtcn_tick_ack (uint32 time, int32 tmr);
|
||||
|
||||
Reference in New Issue
Block a user