From c831460ecbe02bcc0a0ddd2a0a33eaeea1aee3d1 Mon Sep 17 00:00:00 2001 From: Tony Lawrence Date: Tue, 18 Jun 2024 20:21:55 -0400 Subject: [PATCH] PDP11: Fix to fix disassembly #331 As discussed in PR#331, the fix needed more fix with the proper masks array. This patch completes the fix. --- PDP11/pdp11_sys.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PDP11/pdp11_sys.c b/PDP11/pdp11_sys.c index 3adf48e9..b25e26d9 100644 --- a/PDP11/pdp11_sys.c +++ b/PDP11/pdp11_sys.c @@ -376,8 +376,7 @@ static const int32 masks[] = { 0177700+I_D, 0177400+I_D, 0177700, 0177400, 0177400, 0177000, 0177000, 0177400, 0177400+I_D+I_L, 0170000, 0177777, 0177777, -0177000+I_D, 0177400+I_D, 0177700, 0177400, -0177000, 0177700+I_D, 0177400, 0177400+I_D+I_L +0177000, 0177400+I_D, 0177400, 0177400+I_D+I_L }; static const char *opcode[] = {