1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

KA10: Allow single step over XCT, byte and extend instructions.

This commit is contained in:
Richard Cornwell
2023-09-30 20:05:59 -04:00
committed by Mark Pizzolato
parent 25fc02b90f
commit 4e6c49f48e

View File

@@ -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();