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:
committed by
Mark Pizzolato
parent
5896b1c20d
commit
d60c56d18f
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user