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:
2
scp.c
2
scp.c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user