mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 15:27:04 +00:00
KA10: Cleanup coverity errors.
This commit is contained in:
parent
5e96ee7e75
commit
8254121c6d
@ -4437,6 +4437,7 @@ st_pi:
|
||||
}
|
||||
break;
|
||||
}
|
||||
/* Fall through */
|
||||
#else
|
||||
case 0052: case 0053:
|
||||
#endif
|
||||
|
||||
@ -752,6 +752,8 @@ t_stat tu_srv(UNIT * uptr)
|
||||
/* Position just after mark */
|
||||
if (GET_FNC(uptr->CMD) == FNC_SPACEB && r == MTSE_TMK)
|
||||
sim_tape_sprecf(uptr, &reclen);
|
||||
/* Fall Through */
|
||||
|
||||
case MTSE_EOM: /* end of medium */
|
||||
if (tu_frame[ctlr] != 0)
|
||||
uptr->STATUS |= ER1_FCE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user