PDP10: Add fall through comment to case (COVERITY)
This commit is contained in:
parent
5896b1c20d
commit
d60c56d18f
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue