[svn:parrot] r41891 - trunk/compilers/pct/src/PCT

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Fri Oct 16 22:15:21 UTC 2009


Author: pmichaud
Date: Fri Oct 16 22:15:18 2009
New Revision: 41891
URL: https://trac.parrot.org/parrot/changeset/41891

Log:
[pct]:  Error in previous commit.

Modified:
   trunk/compilers/pct/src/PCT/Node.pir

Modified: trunk/compilers/pct/src/PCT/Node.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/Node.pir	Fri Oct 16 21:49:04 2009	(r41890)
+++ trunk/compilers/pct/src/PCT/Node.pir	Fri Oct 16 22:15:18 2009	(r41891)
@@ -209,7 +209,6 @@
     unless $I0 goto err_unknown
     $I0 = can node, 'from'
     unless $I0 goto err_unknown
-    if $I0 goto node_misc
     .local pmc source, pos
     source = node.'orig'()
     pos = node.'from'()


More information about the parrot-commits mailing list