mirror of
https://github.com/open-simh/simh.git
synced 2026-05-01 14:06:14 +00:00
VAX: Parse for switches in BOOT command implementations
This commit is contained in:
@@ -686,6 +686,8 @@ t_stat vax860_boot (int32 flag, CONST char *ptr)
|
||||
{
|
||||
t_stat r;
|
||||
|
||||
if ((ptr = get_sim_sw (ptr)) == NULL) /* get switches */
|
||||
return SCPE_INVSW;
|
||||
r = vax860_boot_parse (flag, ptr); /* parse the boot cmd */
|
||||
if (r != SCPE_OK) { /* error? */
|
||||
if (r >= SCPE_BASE) { /* message available? */
|
||||
|
||||
Reference in New Issue
Block a user