From 9316978403c4855a89b877b7f9889afce0e25efc Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 4 Aug 2018 08:25:32 -0700 Subject: [PATCH] VAX, PDP11: Silence Coverity identified VH warning --- PDP11/pdp11_vh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/PDP11/pdp11_vh.c b/PDP11/pdp11_vh.c index 0ba94b47..060c3c5b 100644 --- a/PDP11/pdp11_vh.c +++ b/PDP11/pdp11_vh.c @@ -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)