From 29eaa45c376a21c7e3ef138c4f719a25b172b28a Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Thu, 9 Mar 2017 18:36:45 -0800 Subject: [PATCH] TX-0: fix CID: 1415540 "Logically dead code" Corrected macro definitions to match comments --- TX-0/tx0_cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TX-0/tx0_cpu.c b/TX-0/tx0_cpu.c index 4785e57e..60ca196a 100644 --- a/TX-0/tx0_cpu.c +++ b/TX-0/tx0_cpu.c @@ -1275,9 +1275,9 @@ Original Operate-class instruction micro orders for the 1956 TX-0 Instruction Se #define OOPR_DIS 0002000 #define OOPR_R1C 0001000 -#define OOPR_SHF_MASK 0000300 +#define OOPR_SHF_MASK 0000600 #define OOPR_SHR 0000400 -#define OOPR_CYR 0000300 +#define OOPR_CYR 0000600 #define OOPR_MLR 0000200 #define OOPR_PEN_MASK 0000104