The sequence:
lin 100 cal $foo lin 101 used to have it's second lin lni'ed. This is obviously wrong. A check is now made for procedure calls.
This commit is contained in:
parent
4558cb8836
commit
aa9d50ff5a
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ putlines(lnp) register line_p lnp; {
|
||||||
curlin = -2;
|
curlin = -2;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
if ((em_flag[instr-sp_fmnem]&EM_FLO)==FLO_P)
|
||||||
|
curlin = -2;
|
||||||
outinst(instr);
|
outinst(instr);
|
||||||
}
|
}
|
||||||
processoperand:
|
processoperand:
|
||||||
|
|
Loading…
Add table
Reference in a new issue