mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
VAX, PDP11: Silence Coverity identified VH warning
This commit is contained in:
parent
e3894d7c6c
commit
9316978403
@ -1506,6 +1506,7 @@ static t_stat vh_xmt_svc ( UNIT *uptr )
|
||||
/* fall through */
|
||||
case TXS_IDLE:
|
||||
lp->txstate = TXS_PIO_START;
|
||||
/* fall through */
|
||||
case TXS_PIO_START:
|
||||
if (vh_putc (vh, lp, CSR_GETCHAN (vh_csr[vh]),
|
||||
lp->txfifo[lp->txfifo_idx]) != SCPE_STALL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user