From 70d34bf6561d3f8a855b3905418b2b3893c0e8a8 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Fri, 29 Sep 2023 12:01:41 -0400 Subject: [PATCH] KA10: Allow single step over XCT, byte and extend instructions. --- PDP10/kx10_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index 2c6ff41..2e921cf 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -12257,7 +12257,7 @@ last: pi_restore = 0; } sim_interval--; - if (!pi_cycle && instr_count != 0 && --instr_count == 0) { + if (f_load_pc && !pi_cycle && instr_count != 0 && --instr_count == 0) { #if ITS if (QITS) load_quantum();