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

KA10: Removed stray tabs.

This commit is contained in:
Richard Cornwell
2025-10-07 13:33:27 -04:00
committed by Mark Pizzolato
parent 0d56d53740
commit 0ebf3b1c4a

View File

@@ -781,7 +781,7 @@ DEVICE cpu_dev = {
#if PIDP10
/* Update MI register if address matches */
#define UPDATE_MI(a) if (!MI_flag && a == AS) { \
MI = MB; \
MI = MB; \
}
#else
#define UPDATE_MI(a)
@@ -2331,7 +2331,7 @@ int Mem_write(int flag, int cur_context) {
if (sim_brk_summ && sim_brk_test(last_addr, SWMASK('W')))
watch_stop = 1;
M[last_addr] = MB;
UPDATE_MI(last_addr);
UPDATE_MI(last_addr);
modify = 0;
return 0;
}