mirror of
https://github.com/open-simh/simh.git
synced 2026-01-29 21:31:13 +00:00
Added a -O switch to the programs arguments which will enable global ON inheritance.
This commit is contained in:
1
scp.c
1
scp.c
@@ -784,6 +784,7 @@ for (i = 1; i < argc; i++) { /* loop thru args */
|
||||
}
|
||||
} /* end for */
|
||||
sim_quiet = sim_switches & SWMASK ('Q'); /* -q means quiet */
|
||||
sim_on_inherit = sim_switches & SWMASK ('O'); /* -o means inherit on state */
|
||||
|
||||
AIO_INIT; /* init Asynch I/O */
|
||||
if (sim_vm_init != NULL) /* call once only */
|
||||
|
||||
Reference in New Issue
Block a user