mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
GRI, I1401, I7094, ID16, ID32, LGP, NOVA: Change a few tabs to spaces which had crept in over time.
This commit is contained in:
@@ -657,7 +657,7 @@ while (reason == 0) { /* loop until halted */
|
||||
if (sim_brk_summ && sim_brk_test (PC, SWMASK ('E'))) { /* breakpoint? */
|
||||
reason = STOP_IBKPT; /* stop simulation */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
sim_interval = sim_interval - 1;
|
||||
|
||||
@@ -1635,7 +1635,7 @@ do {
|
||||
if (DEV_ACC (dev)) { /* dev exist? */
|
||||
by = ReadB ((vec + CCB16_IOC) & VAMASK);/* read OC byte */
|
||||
dev_tab[dev] (dev, IO_OC, by); /* send to dev */
|
||||
}
|
||||
}
|
||||
break; /* and exit */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user