1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-12 02:48:12 +00:00

I7000: Fixed coverity error.

This commit is contained in:
Richard Cornwell
2019-03-31 22:16:09 -04:00
parent ecc16cec49
commit 16f3b35c0f

View File

@@ -1361,8 +1361,7 @@ mt_attach(UNIT * uptr, CONST char *file)
uptr->u3 = 0;
uptr->u5 |= MT_RDY;
uptr->flags |= MTUF_ONLINE;
uptr->dynflags = MT_200_VALID | MT_556_VALID |
(((uptr->flags & MTUF_LDN) ? MT_556_VALID : MT_200_VALID) < UNIT_V_DF_TAPE);
/* uptr->dynflags = (((uptr->flags & MTUF_LDN) ? MT_556_VALID : MT_200_VALID) < UNIT_V_DF_TAPE); */
return SCPE_OK;
}