[svn:parrot] r49667 - trunk/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Oct 25 08:07:27 UTC 2010


Author: mikehh
Date: Mon Oct 25 08:07:26 2010
New Revision: 49667
URL: https://trac.parrot.org/parrot/changeset/49667

Log:
add missing ASSERT_ARGS

Modified:
   trunk/src/gc/gc_ms2.c

Modified: trunk/src/gc/gc_ms2.c
==============================================================================
--- trunk/src/gc/gc_ms2.c	Mon Oct 25 07:13:34 2010	(r49666)
+++ trunk/src/gc/gc_ms2.c	Mon Oct 25 08:07:26 2010	(r49667)
@@ -1077,6 +1077,8 @@
 gc_ms2_mark_live_objects(PARROT_INTERP, ARGIN(MarkSweep_GC *self),
     UINTVAL flags)
 {
+    ASSERT_ARGS(gc_ms2_mark_live_objects)
+
     List_Item_Header *tmp;
 
     /* Allocate list for gray objects */


More information about the parrot-commits mailing list