1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-18 01:02:47 +00:00

PDP11, VAX: Fix vh_rd debug register decode (Ed Marr)

This commit is contained in:
Mark Pizzolato 2018-09-04 01:15:41 -07:00
parent f5488239d2
commit 6f1a01d6fa

View File

@ -990,7 +990,7 @@ static t_stat vh_rd ( int32 *data,
int32 vh = ((PA - vh_dib.ba) >> 4), line;
TMLX *lp;
static BITFIELD* bitdefs[] = {vh_csr_bits, vh_rbuf_bits, vh_lpr_bits, vh_stat_bits,
vh_lnctrl_bits, vh_tbuffad1_bits, vh_tbuffad1_bits, vh_tbuffct_bits};
vh_lnctrl_bits, vh_tbuffad1_bits, vh_tbuffad2_bits, vh_tbuffct_bits};
if (vh > VH_MAXMUX) /* validate mux number */