[svn:parrot] r36739 - branches/rename_pccinvoke/src/call

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Sun Feb 15 01:01:55 UTC 2009


Author: whiteknight
Date: Sun Feb 15 01:01:54 2009
New Revision: 36739
URL: https://trac.parrot.org/parrot/changeset/36739

Log:
[rename_pccinvoke] registering the sigobject. It was being unregistered later, but never registered. I added this to double-check that the GC knew it existed.

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

Modified: branches/rename_pccinvoke/src/call/pcc.c
==============================================================================
--- branches/rename_pccinvoke/src/call/pcc.c	Sun Feb 15 00:00:32 2009	(r36738)
+++ branches/rename_pccinvoke/src/call/pcc.c	Sun Feb 15 01:01:54 2009	(r36739)
@@ -374,6 +374,7 @@
     INTVAL       in_return_sig = 0;
     INTVAL       i;
 
+    gc_register_pmc(interp, call_object);
     if (!sig_len)
         return call_object;
 


More information about the parrot-commits mailing list