1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-02 22:33:04 +00:00

Untangle circular include references between tmxr serial and sock include files.

This commit is contained in:
Mark Pizzolato
2013-01-21 11:29:27 -08:00
parent 4a5b7a78c5
commit d46ebc7d49
9 changed files with 190 additions and 52 deletions

2
scp.c
View File

@@ -328,6 +328,8 @@ t_bool sim_asynch_enabled = TRUE;
int32 sim_asynch_check;
int32 sim_asynch_latency = 4000; /* 4 usec interrupt latency */
int32 sim_asynch_inst_latency = 20; /* assume 5 mip simulator */
#else
t_bool sim_asynch_enabled = FALSE;
#endif
/* The per-simulator init routine is a weak global that defaults to NULL