1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

sigma: Cleanup comment

This commit is contained in:
Bob Supnik
2022-06-29 08:02:59 -10:00
committed by Mark Pizzolato
parent 580cc8f176
commit a1aa65ee7c

View File

@@ -429,7 +429,7 @@ else if ((rad_unit[un].flags & UNIT_ATT) == 0) /* not att => offl */
st |= DVS_DOFFL; st |= DVS_DOFFL;
for (i = 0; i < RAD_NUMDR; i++) { /* loop thru units */ for (i = 0; i < RAD_NUMDR; i++) { /* loop thru units */
if (sim_is_active (&rad_unit[i])) { /* active? */ if (sim_is_active (&rad_unit[i])) { /* active? */
st |= (DVS_CBUSY |(CC2 << DVT_V_CC)); /* ctrl is busy */ st |= (DVS_CBUSY | (CC2 << DVT_V_CC)); /* ctrl is busy */
return st; return st;
} }
} }