Avoid an internal error status if the pdp11_dc device ever did a SET DC ADDRESS=

This commit is contained in:
Mark Pizzolato 2013-02-02 06:43:18 -08:00
parent 8b230f946b
commit 0eba66c72a

View file

@ -177,7 +177,7 @@ MTAB dci_mod[] = {
NULL, &tmxr_show_cstat, (void *) &dcx_desc },
{ MTAB_XTD | MTAB_VDV | MTAB_NMO, 0, "STATISTICS", NULL,
NULL, &tmxr_show_cstat, (void *) &dcx_desc },
{ MTAB_XTD|MTAB_VDV, 0, "ADDRESS", NULL,
{ MTAB_XTD|MTAB_VDV, 010, "ADDRESS", NULL,
&set_addr, &show_addr, NULL },
{ MTAB_XTD | MTAB_VDV, 0, NULL, "AUTOCONFIGURE",
&set_addr_flt, NULL, NULL },