Skip to content

Commit

Permalink
KA10: Allow single step over XCT, byte and extend instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcornwell committed Oct 1, 2023
1 parent 979c519 commit 1cedb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PDP10/kx10_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -12257,7 +12257,7 @@ if ((reason = build_dev_tab ()) != SCPE_OK) /* build, chk dib_tab */
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();
Expand Down

0 comments on commit 1cedb50

Please sign in to comment.