Author: Maciej Fijalkowski <[email protected]>
Branch: better-jit-hooks
Changeset: r51113:5ca484324ef7
Date: 2012-01-07 15:11 +0200
http://bitbucket.org/pypy/pypy/changeset/5ca484324ef7/

Log:    I believe this is an actual problem

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
@@ -492,7 +492,7 @@
         except ValueError:
             debug_print("Bridge out of guard", descr_number,
                         "was already compiled!")
-            return
+            raise
 
         self.setup(original_loop_token)
         if log:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to