VAX, PDP11: Silence Coverity identified VH warning
This commit is contained in:
parent
e3894d7c6c
commit
9316978403
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue