1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 23:35:30 +00:00

I7000: Fixed Coverity error.

This commit is contained in:
Richard Cornwell 2019-08-11 00:40:12 -04:00
parent 487f68cdb3
commit fa3c6acca7

View File

@ -2976,10 +2976,8 @@ step6:
Next(MA);
sim_interval --; /* count down */
cr2 = AC[tsac];
if (cr2 == 0) {
smt = 1; /* Check usage here */
break; /* goto step6; */
}
if (cr2 == 0)
goto step6;
if (at) {
cr1 &= 017;
at = 0;