mirror of
https://github.com/simh/simh.git
synced 2026-04-15 16:11:13 +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:
@@ -36,7 +36,7 @@
|
||||
22-May-06 RMS Fixed format error in CPU history (Peter Schorn)
|
||||
06-Mar-06 RMS Fixed bug in divide (Van Snyder)
|
||||
22-Sep-05 RMS Fixed declarations (Sterling Garwood)
|
||||
01-Sep-05 RMS Removed error stops in MCE
|
||||
01-Sep-05 RMS Removed error stops in MCE
|
||||
16-Aug-05 RMS Fixed C++ declaration and cast problems
|
||||
02-Jun-05 RMS Fixed SSB-SSG clearing on RESET
|
||||
(Ralph Reinke)
|
||||
|
||||
@@ -299,7 +299,7 @@ if (ilnt > 2) { /* A address? */
|
||||
fprintf (of, " %%%c%c", bcd2ascii (val[2], use_h),
|
||||
bcd2ascii (val[3], sw));
|
||||
else fprint_addr (of, &val[1]);
|
||||
}
|
||||
}
|
||||
if (ilnt > 5) /* B address? */
|
||||
fprint_addr (of, &val[4]);
|
||||
if ((ilnt == 2) || (ilnt == 5) || (ilnt >= 8)) /* d character? */
|
||||
@@ -383,7 +383,7 @@ if ((sw & SWMASK ('C')) || (sw & SWMASK ('S')) || (*cptr == wmch) ||
|
||||
wm_seen = 0;
|
||||
}
|
||||
else val[i++] = t;
|
||||
}
|
||||
}
|
||||
if ((i == 0) || wm_seen)
|
||||
return SCPE_ARG;
|
||||
return -(i - 1);
|
||||
|
||||
Reference in New Issue
Block a user