From d18c7cc6599ed47bdf6f069579a732021746584f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 1 May 2017 19:48:15 -0700 Subject: [PATCH] PDP4, PDP7, PDP9: Add another fall through comment (Coverity) --- PDP18B/pdp18b_dt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/PDP18B/pdp18b_dt.c b/PDP18B/pdp18b_dt.c index ae2c40e1..bbdcde57 100644 --- a/PDP18B/pdp18b_dt.c +++ b/PDP18B/pdp18b_dt.c @@ -1009,6 +1009,7 @@ switch (fnc) { /* at speed, check fnc * M[ma] = dtdb; if (M[DT_WC] == 0) /* wc ovf? */ dt_substate = DTO_WCO; + /* fall through */ case DTO_WCO: /* wc ovf, not sob */ if (wrd != (dir? 0: DTU_BSIZE (uptr) - 1)) /* not last? */ sim_activate (uptr, DT_WSIZE * dt_ltime);