[svn:parrot] r40710 - branches/pcc_arg_unify/src/ops

allison at svn.parrot.org allison at svn.parrot.org
Sat Aug 22 07:07:39 UTC 2009


Author: allison
Date: Sat Aug 22 07:07:38 2009
New Revision: 40710
URL: https://trac.parrot.org/parrot/changeset/40710

Log:
[pcc] A new sub call should never use an existing call signature.

Modified:
   branches/pcc_arg_unify/src/ops/core.ops

Modified: branches/pcc_arg_unify/src/ops/core.ops
==============================================================================
--- branches/pcc_arg_unify/src/ops/core.ops	Sat Aug 22 07:06:45 2009	(r40709)
+++ branches/pcc_arg_unify/src/ops/core.ops	Sat Aug 22 07:07:38 2009	(r40710)
@@ -518,7 +518,7 @@
 
     CONTEXT(interp)->current_sig =
             Parrot_pcc_build_sig_object_from_op(interp,
-            CONTEXT(interp)->current_sig, signature, raw_args);
+            PMCNULL, signature, raw_args);
 
     argc = VTABLE_elements(interp, signature);
     goto OFFSET(argc + 2);


More information about the parrot-commits mailing list