1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-03-29 02:55:02 +00:00

I7000: Fix for SCP timer fix.

This commit is contained in:
Richard Cornwell
2020-10-27 20:44:09 -04:00
parent e44fe8ddaa
commit 0a57281faf

View File

@@ -223,6 +223,7 @@ sim_instr(void)
else
break; /* process */
}
sim_interval--;
}
if (iowait == 0 && sim_brk_summ && sim_brk_test(IC, SWMASK('E'))) {