Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r57366:073896dbe4e3
Date: 2012-09-16 22:05 +0200
http://bitbucket.org/pypy/pypy/changeset/073896dbe4e3/

Log:    This assert seems false, at least in some tests

diff --git a/pypy/jit/backend/x86/assembler.py 
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backend/x86/assembler.py
+++ b/pypy/jit/backend/x86/assembler.py
@@ -1843,7 +1843,6 @@
         """Generate the initial code for handling a failure.  We try to
         keep it as compact as possible.
         """
-        assert guardtok.faildescr.index < 0    # must not have an index so far
         fail_index = self.cpu.get_fail_descr_number(guardtok.faildescr)
         mc = self.mc
         startpos = mc.get_relative_pos()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to