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:
@@ -434,11 +434,11 @@ while (reason == 0) { /* loop until halted */
|
||||
for (i = 15; i >= 0; i--) {
|
||||
if ((t >> i) & 1)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ((i < 0) || ((vec = vec_map[i]) < 0)) { /* undefined? */
|
||||
reason = STOP_ILLINT; /* stop */
|
||||
break;
|
||||
}
|
||||
}
|
||||
dev_done = dev_done & ~INT_ON; /* int off */
|
||||
M[vec] = SC; /* save SC */
|
||||
SC = vec + 1; /* new SC */
|
||||
|
||||
Reference in New Issue
Block a user