mirror of
https://github.com/simh/simh.git
synced 2026-03-02 09:47:40 +00:00
PDP10, PDP11, VAX: Allow CH to be attached during simulator execution.
This commit is contained in:
@@ -427,6 +427,7 @@ t_stat ch_attach (UNIT *uptr, CONST char *cptr)
|
||||
return sim_messagef (r, "Error Opening: %s\n", peer);
|
||||
}
|
||||
|
||||
sim_clock_coschedule (uptr, 1000); /* make sure polling starts */
|
||||
uptr->filename = (char *)realloc (uptr->filename, 1 + strlen (cptr));
|
||||
strcpy (uptr->filename, cptr);
|
||||
return SCPE_OK;
|
||||
|
||||
Reference in New Issue
Block a user