mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-22 02:25:05 +00:00
KA10: Allow single step over XCT, byte and extend instructions.
This commit is contained in:
parent
1d611e2c52
commit
70d34bf656
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user