From c69db46fd36ea500865536b6e32c859148acab1b Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sat, 22 Feb 2020 21:22:13 -0500 Subject: [PATCH] KA10: Fix WAITS FIX instruction. --- PDP10/kx10_cpu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index c84c99a..2ee4ef4 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -5749,9 +5749,6 @@ dpnorm: #endif #if WAITS if (QWAITS) { /* WAITS FIX instruction */ - if (Mem_read(0, 0, 0)) - goto last; - AR = MB; BR = get_reg(AC); if (hst_lnt) { hst[hst_p].mb = AR;