Fix: had array bound error
This commit is contained in:
parent
91d270eb90
commit
f33df43f9a
|
@ -82,6 +82,7 @@ reach(lnp) register line_p lnp; {
|
||||||
else
|
else
|
||||||
np->n_jumps++;
|
np->n_jumps++;
|
||||||
}
|
}
|
||||||
|
if ((lnp->l_instr & BMASK) > sp_lmnem) continue;
|
||||||
if ((em_flag[(lnp->l_instr&BMASK)-sp_fmnem]&EM_FLO)==FLO_T)
|
if ((em_flag[(lnp->l_instr&BMASK)-sp_fmnem]&EM_FLO)==FLO_T)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue