TX-0: Address CID 1415866 deadcode error.
This commit is contained in:
parent
fa1671455e
commit
92386549bd
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
* *
|
* *
|
||||||
* $Id: tx0_cpu.c 2066 2009-02-27 15:57:22Z hharte $ *
|
* $Id: tx0_cpu.c 2066 2009-02-27 15:57:22Z hharte $ *
|
||||||
* *
|
* *
|
||||||
* Copyright (c) 2009-2012 Howard M. Harte. *
|
* Copyright (c) 2009-2017 Howard M. Harte. *
|
||||||
* Based on pdp1_cpu.c, Copyright (c) 1993-2007, Robert M. Supnik *
|
* Based on pdp1_cpu.c, Copyright (c) 1993-2007, Robert M. Supnik *
|
||||||
* *
|
* *
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining *
|
* Permission is hereby granted, free of charge, to any person obtaining *
|
||||||
|
@ -651,9 +651,9 @@ t_stat sim_instr (void)
|
||||||
TRACE_PRINT(ADD_MSG, ("[%06o] AUX: y=%05o, XR=%05o = ", PC-1, newY, XR));
|
TRACE_PRINT(ADD_MSG, ("[%06o] AUX: y=%05o, XR=%05o = ", PC-1, newY, XR));
|
||||||
XR = XR + newY;
|
XR = XR + newY;
|
||||||
TRACE_PRINT(ADD_MSG, ("%05o\n", XR));
|
TRACE_PRINT(ADD_MSG, ("%05o\n", XR));
|
||||||
|
inst_ctr.aux++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
inst_ctr.aux++;
|
|
||||||
case 4: /* llr (Load Live Register) */
|
case 4: /* llr (Load Live Register) */
|
||||||
Read();
|
Read();
|
||||||
LR = MBR;
|
LR = MBR;
|
||||||
|
|
Loading…
Add table
Reference in a new issue