1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 05:05:14 +00:00

TIMER: Fix problem activation time for clock units

This commit is contained in:
Mark Pizzolato
2016-11-20 13:06:41 -08:00
parent 08665e4989
commit f046171269
2 changed files with 35 additions and 70 deletions

View File

@@ -555,8 +555,7 @@ struct UNIT {
/* waiting for this unit */
/* Asynchronous Timer control */
double a_due_time; /* due time for timer event */
double a_skew; /* accumulated skew being corrected */
double a_last_fired_time; /* time last event fired */
double a_due_gtime; /* due time (in instructions) for timer event */
int32 a_usec_delay; /* time delay for timer event */
#endif
};