1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +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 4dde5a69a4
commit 0caa2e7ed5

View File

@ -429,7 +429,7 @@ else if ((rad_unit[un].flags & UNIT_ATT) == 0) /* not att => offl */
st |= DVS_DOFFL;
for (i = 0; i < RAD_NUMDR; i++) { /* loop thru units */
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;
}
}