PDP11,VAX: Minor change in pdp11_cr.c

This commit is contained in:
Jordi Guillaumes i Pons 2014-03-01 01:20:09 +01:00
parent 8c9a76bf5a
commit f046887e0c

View file

@ -1042,7 +1042,7 @@ t_stat cr_wr ( int32 data,
crs |= CSR_ERR | (curr_crs & (CRCSR_SUPPLY | CRCSR_RDCHK | crs |= CSR_ERR | (curr_crs & (CRCSR_SUPPLY | CRCSR_RDCHK |
CRCSR_OFFLINE)); CRCSR_OFFLINE));
if (crs & CSR_IE) SET_INT(CR); if (crs & CSR_IE) SET_INT(CR);
} else { }
if (blowerState != BLOW_ON) { if (blowerState != BLOW_ON) {
blowerState = BLOW_START; blowerState = BLOW_START;
sim_activate_after (&cr_unit, spinUp); sim_activate_after (&cr_unit, spinUp);
@ -1050,7 +1050,6 @@ t_stat cr_wr ( int32 data,
sim_activate_after (&cr_unit, cr_unit.wait); sim_activate_after (&cr_unit, cr_unit.wait);
} }
} }
}
if (DEBUG_PRS (cr_dev)) if (DEBUG_PRS (cr_dev))
fprintf (sim_deb, "cr_wr data %06o crs %06o\n", fprintf (sim_deb, "cr_wr data %06o crs %06o\n",
data, crs); data, crs);