mirror of
https://github.com/open-simh/simh.git
synced 2026-01-17 16:54:08 +00:00
PDP10: Add fall through comment to case (COVERITY)
This commit is contained in:
parent
5896b1c20d
commit
d60c56d18f
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user