B5500: Updated definition of Q register.

This commit is contained in:
Richard Cornwell 2020-02-26 20:10:02 -05:00
parent 3b802f644d
commit 418ac042db

View file

@ -307,7 +307,7 @@ REG cpu_reg[] = {
{BRDATAD(R, r_reg, 8,15,2, "PRT pointer/Tally")},
{BRDATAD(P, p_reg, 8,48,2, "Last code word cache")},
{BRDATAD(T, t_reg, 8,12,2, "Current instruction")},
{BRDATAD(Q, q_reg, 8,9,2, "Error condition")},
{BRDATAD(Q, q_reg, 8,8,2, "Error condition")},
{BRDATA(AROF, arof_reg, 2,1,2)},
{BRDATA(BROF, brof_reg, 2,1,2)},
{BRDATA(PROF, prof_reg, 2,1,2)},