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

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Fri Oct 30 17:43:38 UTC 2009


Author: pmichaud
Date: Fri Oct 30 17:43:34 2009
New Revision: 42174
URL: https://trac.parrot.org/parrot/changeset/42174

Log:
[pct/past]:  Fix bug in binding to object attributes.

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

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Fri Oct 30 07:49:47 2009	(r42173)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Fri Oct 30 17:43:34 2009	(r42174)
@@ -2349,7 +2349,6 @@
   attribute_bind:
     $P0 = get_hll_global ['POST'], 'Ops'
     $P0 = $P0.'new'()
-    $P0.'push'(call_on)
     $P1 = get_hll_global ['POST'], 'Op'
     $P1 = $P1.'new'(call_on, name, bindpost, 'pirop'=>'setattribute', 'result'=>bindpost)
     $P0.'push'($P1)


More information about the parrot-commits mailing list