[svn:parrot] r49711 - trunk/compilers/pct/src/PAST

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Thu Oct 28 13:38:35 UTC 2010


Author: pmichaud
Date: Thu Oct 28 13:38:34 2010
New Revision: 49711
URL: https://trac.parrot.org/parrot/changeset/49711

Log:
Fix arguments to .lineof() call in PAST::Compiler.

Modified:
   trunk/compilers/pct/src/PAST/Compiler.pir

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Thu Oct 28 04:56:22 2010	(r49710)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Thu Oct 28 13:38:34 2010	(r49711)
@@ -2087,7 +2087,7 @@
     $S0 = files
     sourceline = concat ' (', $S0
     concat sourceline, ':'
-    $I0 = self.'lineof'(pos)
+    $I0 = self.'lineof'(source, pos)
     inc $I0
     $S0 = $I0
     concat sourceline, $S0


More information about the parrot-commits mailing list