Fix: had array bound error

This commit is contained in:
ceriel 1993-11-10 12:58:26 +00:00
parent 91d270eb90
commit f33df43f9a

View file

@ -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;
} }