mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
All: Fix various Coverity complaints
This commit is contained in:
@@ -509,6 +509,10 @@ while (reason == 0) { /* loop until halted */
|
||||
case 07: /* src > 0 */
|
||||
jmp = (t != 0) && !(t & SIGN);
|
||||
break;
|
||||
|
||||
default: /* Impossible Case - Silence Coverity */
|
||||
jmp = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
if (jmp) { /* jump taken? */
|
||||
|
||||
Reference in New Issue
Block a user