Author: leo
Date: Thu Mar  9 04:06:33 2006
New Revision: 11833

Modified:
   trunk/src/pdump.c

Log:
fix/work around GC bug in pdump

Modified: trunk/src/pdump.c
==============================================================================
--- trunk/src/pdump.c   (original)
+++ trunk/src/pdump.c   Thu Mar  9 04:06:33 2006
@@ -211,6 +211,8 @@
     }
     interpreter = make_interpreter(NULL, PARROT_NO_FLAGS);
     Parrot_init(interpreter);
+    Parrot_block_DOD(interpreter);
+    Parrot_block_GC(interpreter);
     while ((status = longopt_get(interpreter,
                     argc, argv, options, &opt)) > 0) {
         switch (opt.opt_id) {

Reply via email to