PDP11, All VAX: Fix SET ADDRESS alignment value to 010 from 020
This commit is contained in:
parent
3d159936c6
commit
01e114c37f
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ MTAB dz_mod[] = {
|
|||
NULL, &tmxr_show_cstat, (void *) &dz_desc, "Display current connections" },
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_NMO, 0, "STATISTICS", NULL,
|
||||
NULL, &tmxr_show_cstat, (void *) &dz_desc, "Display multiplexer statistics" },
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 020, "ADDRESS", "ADDRESS",
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 010, "ADDRESS", "ADDRESS",
|
||||
&set_addr, &show_addr, NULL, "Bus address" },
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, DZ_LINES, "VECTOR", "VECTOR",
|
||||
&set_vec, &show_vec_mux, (void *) &dz_desc, "Interrupt vector" },
|
||||
|
|
Loading…
Add table
Reference in a new issue