KA10: Allow single step over XCT, byte and extend instructions.
This commit is contained in:
parent
f247a0ca1f
commit
9141eea016
1 changed files with 1 additions and 1 deletions
|
@ -12257,7 +12257,7 @@ last:
|
||||||
pi_restore = 0;
|
pi_restore = 0;
|
||||||
}
|
}
|
||||||
sim_interval--;
|
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 ITS
|
||||||
if (QITS)
|
if (QITS)
|
||||||
load_quantum();
|
load_quantum();
|
||||||
|
|
Loading…
Add table
Reference in a new issue