[svn:parrot] r41912 - branches/pcc_reapply/src
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Oct 17 23:03:38 UTC 2009
Author: bacek
Date: Sat Oct 17 23:03:37 2009
New Revision: 41912
URL: https://trac.parrot.org/parrot/changeset/41912
Log:
Flat sub argument in thread_func.
Modified:
branches/pcc_reapply/src/thread.c
Modified: branches/pcc_reapply/src/thread.c
==============================================================================
--- branches/pcc_reapply/src/thread.c Sat Oct 17 23:03:17 2009 (r41911)
+++ branches/pcc_reapply/src/thread.c Sat Oct 17 23:03:37 2009 (r41912)
@@ -530,7 +530,7 @@
Parrot_ex_add_c_handler(interp, &jump_point);
Parrot_unblock_GC_mark(interp);
Parrot_unblock_GC_sweep(interp);
- Parrot_pcc_invoke_sub_from_c_args(interp, sub_pmc, "P->P", sub_arg, &ret_val);
+ Parrot_pcc_invoke_sub_from_c_args(interp, sub_pmc, "Pf->P", sub_arg, &ret_val);
}
/* thread is finito */
More information about the parrot-commits
mailing list