The sequence:
authorsater <none@none>
Thu, 12 Jul 1984 09:29:49 +0000 (09:29 +0000)
committersater <none@none>
Thu, 12 Jul 1984 09:29:49 +0000 (09:29 +0000)
  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.

util/opt/putline.c

index cc152bc..afa49f7 100644 (file)
@@ -131,6 +131,8 @@ putlines(lnp) register line_p lnp; {
                        curlin = -2;
                        break;
                default:
+                       if ((em_flag[instr-sp_fmnem]&EM_FLO)==FLO_P)
+                               curlin = -2;
                        outinst(instr);
                }
 processoperand: