[svn:parrot] r40905 - branches/context_pmc3/src/runcore

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Sep 1 10:44:39 UTC 2009


Author: bacek
Date: Tue Sep  1 10:44:39 2009
New Revision: 40905
URL: https://trac.parrot.org/parrot/changeset/40905

Log:
Remove meaningless assert.

Modified:
   branches/context_pmc3/src/runcore/main.c

Modified: branches/context_pmc3/src/runcore/main.c
==============================================================================
--- branches/context_pmc3/src/runcore/main.c	Tue Sep  1 10:44:15 2009	(r40904)
+++ branches/context_pmc3/src/runcore/main.c	Tue Sep  1 10:44:39 2009	(r40905)
@@ -312,11 +312,6 @@
 
     opinfo = &interp->op_info_table[*pc];
 
-    /* first arguments - PIC needs it */
-
-    /* check for RT#58044 */
-    PARROT_ASSERT(CURRENT_CONTEXT_FIELD(interp, n_regs_used));
-
     prederef_args(pc_prederef, interp, pc, opinfo);
 
     switch (type) {


More information about the parrot-commits mailing list