SCP: Fix device disable state indicated in help output (R. Voorhorst)

This commit is contained in:
Mark Pizzolato 2019-09-19 18:22:39 -07:00
parent 2a9826c265
commit 614318054b

2
scp.c
View file

@ -3383,7 +3383,7 @@ if (*cptr) {
} }
} }
else { else {
if (dptr->flags & DEV_DISABLE) if (dptr->flags & DEV_DIS)
sim_printf ("Device %s is currently disabled\n", dptr->name); sim_printf ("Device %s is currently disabled\n", dptr->name);
r = help_dev_help (stdout, dptr, uptr, flag, cptr); r = help_dev_help (stdout, dptr, uptr, flag, cptr);
if (sim_log) if (sim_log)