From 9141eea0169d9570b62a288255b4b22b68436ca7 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sat, 30 Sep 2023 20:05:59 -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 2c6ff41f..2e921cfb 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();