mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +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:
@@ -293,7 +293,7 @@ if (uptr && (uptr != &cpu_unit)) /* must be CPU */
|
||||
return SCPE_ARG;
|
||||
if ((sw & SWMASK ('M')) && /* symbolic decode? */
|
||||
((inst & ~(SIGN|I_OP|I_EA)) == 0)) {
|
||||
op = I_GETOP (inst);
|
||||
op = I_GETOP (inst);
|
||||
ea = I_GETEA (inst);
|
||||
if (inst & SIGN)
|
||||
fputc ('-', of);
|
||||
|
||||
Reference in New Issue
Block a user