1
0
mirror of https://github.com/simh/simh.git synced 2026-03-03 01:58:53 +00:00

I7000: Updates for SCP negative sim_interval.

This commit is contained in:
Richard Cornwell
2020-10-27 21:29:51 -04:00
parent e22d2c44f8
commit e94f1a927b

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'))) {