[Jifty-commit] r5587 - Runops-Trace/trunk

Jifty commits jifty-commit at lists.jifty.org
Sat Jul 26 13:42:37 EDT 2008


Author: nothingmuch
Date: Sat Jul 26 13:42:37 2008
New Revision: 5587

Modified:
   Runops-Trace/trunk/Trace.xs

Log:
NULL arity cases

Modified: Runops-Trace/trunk/Trace.xs
==============================================================================
--- Runops-Trace/trunk/Trace.xs	(original)
+++ Runops-Trace/trunk/Trace.xs	Sat Jul 26 13:42:37 2008
@@ -113,6 +113,10 @@
 
     case OP_REFGEN:
       return ARITY_LIST;
+
+    case OP_ENTERITER:
+    case OP_ENTERLOOP:
+      return ARITY_NULL;
   }
 
   switch (PL_opargs[o->op_type] & OA_CLASS_MASK) {


More information about the Jifty-commit mailing list