PDP4, PDP7, PDP9: Add another fall through comment (Coverity)

This commit is contained in:
Mark Pizzolato 2017-05-01 19:48:15 -07:00
parent bf018a19d9
commit d18c7cc659

View file

@ -1009,6 +1009,7 @@ switch (fnc) { /* at speed, check fnc *
M[ma] = dtdb; M[ma] = dtdb;
if (M[DT_WC] == 0) /* wc ovf? */ if (M[DT_WC] == 0) /* wc ovf? */
dt_substate = DTO_WCO; dt_substate = DTO_WCO;
/* fall through */
case DTO_WCO: /* wc ovf, not sob */ case DTO_WCO: /* wc ovf, not sob */
if (wrd != (dir? 0: DTU_BSIZE (uptr) - 1)) /* not last? */ if (wrd != (dir? 0: DTU_BSIZE (uptr) - 1)) /* not last? */
sim_activate (uptr, DT_WSIZE * dt_ltime); sim_activate (uptr, DT_WSIZE * dt_ltime);