[svn:parrot] r41592 - branches/pcc_reapply/src/call

allison at svn.parrot.org allison at svn.parrot.org
Thu Oct 1 19:01:27 UTC 2009


Author: allison
Date: Thu Oct  1 19:01:21 2009
New Revision: 41592
URL: https://trac.parrot.org/parrot/changeset/41592

Log:
[pcc] Copy trunk changes to continuation access macro into new branch code.
Compare r41039.

Modified:
   branches/pcc_reapply/src/call/pcc.c

Modified: branches/pcc_reapply/src/call/pcc.c
==============================================================================
--- branches/pcc_reapply/src/call/pcc.c	Thu Oct  1 16:41:13 2009	(r41591)
+++ branches/pcc_reapply/src/call/pcc.c	Thu Oct  1 19:01:21 2009	(r41592)
@@ -4039,7 +4039,7 @@
     Parrot_pcc_set_signature(interp, ctx, call_object);
     Parrot_pcc_set_continuation(interp, ctx, ret_cont);
     interp->current_cont         = NEED_CONTINUATION;
-    PMC_cont(ret_cont)->from_ctx = ctx;
+    PARROT_CONTINUATION(ret_cont)->from_ctx = ctx;
 
     /* Invoke the function */
     dest = VTABLE_invoke(interp, sub_obj, NULL);


More information about the parrot-commits mailing list