[svn:parrot] r43090 - branches/context_unify3/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Dec 16 08:53:17 UTC 2009


Author: bacek
Date: Wed Dec 16 08:53:16 2009
New Revision: 43090
URL: https://trac.parrot.org/parrot/changeset/43090

Log:
Update MultiSub.invoke.

Modified:
   branches/context_unify3/src/pmc/multisub.pmc

Modified: branches/context_unify3/src/pmc/multisub.pmc
==============================================================================
--- branches/context_unify3/src/pmc/multisub.pmc	Wed Dec 16 08:33:43 2009	(r43089)
+++ branches/context_unify3/src/pmc/multisub.pmc	Wed Dec 16 08:53:16 2009	(r43090)
@@ -65,7 +65,7 @@
     }
 
     VTABLE opcode_t *invoke(void *next) {
-        PMC * const sig_obj = CONTEXT(interp)->current_sig;
+        PMC * const sig_obj = CURRENT_CONTEXT(INTERP);
         PMC * const func    = Parrot_mmd_sort_manhattan_by_sig_pmc(interp,
                 SELF, sig_obj);
 


More information about the parrot-commits mailing list