[pypy-svn] r71694 - pypy/trunk/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Wed Mar 3 04:19:11 CET 2010


Author: fijal
Date: Wed Mar  3 04:19:07 2010
New Revision: 71694

Modified:
   pypy/trunk/pypy/jit/metainterp/pyjitpl.py
Log:
This belongs to previous commit


Modified: pypy/trunk/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/trunk/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/trunk/pypy/jit/metainterp/pyjitpl.py	Wed Mar  3 04:19:07 2010
@@ -1066,7 +1066,6 @@
             return self.metainterp.assert_no_exception()
 
     def do_residual_call(self, argboxes, descr, exc):
-        assert isinstance(descr, self.metainterp.cpu.CallDescrClass)
         effectinfo = descr.get_extra_info()
         if effectinfo is None or effectinfo.forces_virtual_or_virtualizable:
             # residual calls require attention to keep virtualizables in-sync



More information about the Pypy-commit mailing list