mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
I1620: Compiler warning cleanup
Fix inconsistent statement indentations.
This commit is contained in:
@@ -420,8 +420,8 @@ switch (cpuio_opc) { /* decode op */
|
|||||||
ind[IN_WRCHK] = 1; /* set write check */
|
ind[IN_WRCHK] = 1; /* set write check */
|
||||||
if (io_stop) /* set return status */
|
if (io_stop) /* set return status */
|
||||||
sta = STOP_INVCHR;
|
sta = STOP_INVCHR;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
tto_write (ttc & 0x7F); /* write */
|
tto_write (ttc & 0x7F); /* write */
|
||||||
PAR = ADDR_A (PAR, 2); /* incr mem addr */
|
PAR = ADDR_A (PAR, 2); /* incr mem addr */
|
||||||
cpuio_cnt = cpuio_cnt + 2;
|
cpuio_cnt = cpuio_cnt + 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user