1
0
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:
Richard Cornwell 2019-11-03 14:52:22 -05:00
parent 5e96ee7e75
commit 8254121c6d
2 changed files with 3 additions and 0 deletions

View File

@ -4437,6 +4437,7 @@ st_pi:
}
break;
}
/* Fall through */
#else
case 0052: case 0053:
#endif

View File

@ -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;