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:
parent
487f68cdb3
commit
fa3c6acca7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user