Author: leo
Date: Wed Nov  2 05:35:50 2005
New Revision: 9705

Modified:
   trunk/jit/i386/jit_emit.h
Log:
remove now unneeded assert

Modified: trunk/jit/i386/jit_emit.h
==============================================================================
--- trunk/jit/i386/jit_emit.h   (original)
+++ trunk/jit/i386/jit_emit.h   Wed Nov  2 05:35:50 2005
@@ -2601,7 +2601,6 @@ Parrot_jit_vtable_newp_ic_op(Parrot_jit_
 
     assert(op_info->types[1] == PARROT_ARG_P);
     p1 = *(jit_info->cur_op + 1);
-    assert(p1 >= 0 && p1 < NUM_REGISTERS);
     i2 = *(jit_info->cur_op + 2);
     if (i2 <= 0 || i2 >= enum_class_max)
         internal_exception(1, "Illegal PMC enum (%d) in new", i2);

Reply via email to