TX-0: Address CID 1415866 deadcode error.

This commit is contained in:
Howard M. Harte 2017-03-31 08:12:33 -07:00
parent fa1671455e
commit 92386549bd

View file

@ -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;