Author: Carl Friedrich Bolz-Tereick <cfb...@gmx.de>
Branch: guard-compatible
Changeset: r93904:02f016f93ecf
Date: 2018-02-28 15:57 +0100
http://bitbucket.org/pypy/pypy/changeset/02f016f93ecf/

Log:    fix

diff --git a/rpython/jit/metainterp/compile.py 
b/rpython/jit/metainterp/compile.py
--- a/rpython/jit/metainterp/compile.py
+++ b/rpython/jit/metainterp/compile.py
@@ -949,7 +949,7 @@
         else:
             resumedescr = ResumeGuardExcDescr()
     elif opnum == rop.GUARD_COMPATIBLE:
-        assert not copied_guard # XXX for now?
+        assert copied_from_descr is None # XXX for now?
         resumedescr = GuardCompatibleDescr()
     else:
         if copied_from_descr is not None:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to