VAX, PDP11: Silence Coverity identified VH warning

This commit is contained in:
Mark Pizzolato 2018-08-04 08:25:32 -07:00
parent e3894d7c6c
commit 9316978403

View file

@ -1506,6 +1506,7 @@ static t_stat vh_xmt_svc ( UNIT *uptr )
/* fall through */ /* fall through */
case TXS_IDLE: case TXS_IDLE:
lp->txstate = TXS_PIO_START; lp->txstate = TXS_PIO_START;
/* fall through */
case TXS_PIO_START: case TXS_PIO_START:
if (vh_putc (vh, lp, CSR_GETCHAN (vh_csr[vh]), if (vh_putc (vh, lp, CSR_GETCHAN (vh_csr[vh]),
lp->txfifo[lp->txfifo_idx]) != SCPE_STALL) lp->txfifo[lp->txfifo_idx]) != SCPE_STALL)