1
0
mirror of https://github.com/simh/simh.git synced 2026-02-07 00:38:04 +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);
return SCPE_IOERR;
}
/* fall through */
case FNC_WRITEH: /* write headers stub */
update_rpcs (CS1_DONE, drv); /* set done */