1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-04 23:25:46 +00:00

PDP10: Add fall through comment to case (COVERITY)

This commit is contained in:
Bob Supnik
2017-03-28 19:27:27 -07:00
committed by Mark Pizzolato
parent 5896b1c20d
commit d60c56d18f

View File

@@ -1027,6 +1027,7 @@ switch (uptr->FUNC) { /* case on function */
clearerr (uptr->fileref); clearerr (uptr->fileref);
return SCPE_IOERR; return SCPE_IOERR;
} }
/* fall through */
case FNC_WRITEH: /* write headers stub */ case FNC_WRITEH: /* write headers stub */
update_rpcs (CS1_DONE, drv); /* set done */ update_rpcs (CS1_DONE, drv); /* set done */