improved call to C_lin
authorceriel <none@none>
Thu, 2 Apr 1987 13:02:16 +0000 (13:02 +0000)
committerceriel <none@none>
Thu, 2 Apr 1987 13:02:16 +0000 (13:02 +0000)
lang/cem/cemcom/code.c

index 3da2701..30825dc 100644 (file)
@@ -494,7 +494,7 @@ code_expr(expr, val, code, tlbl, flbl)
                lin instruction.  EVAL() is called directly.
        */
        if (! options['L'])     /* profiling    */
-               C_lin((arith)LineNumber);
+               C_lin((arith)(expr->ex_line));
        EVAL(expr, val, code, tlbl, flbl);
 }