From 0ebf3b1c4a5b061834161b44253d79fb724a2e7b Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Tue, 7 Oct 2025 13:33:27 -0400 Subject: [PATCH] KA10: Removed stray tabs. --- PDP10/kx10_cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index c3863f0a..2d51230a 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -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; }