[pypy-commit] pypy guard-compatible: fix translation

cfbolz pypy.commits at gmail.com
Mon Aug 8 12:48:02 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: guard-compatible
Changeset: r86078:f12312dfba23
Date: 2016-06-30 19:35 +0200
http://bitbucket.org/pypy/pypy/changeset/f12312dfba23/

Log:	fix translation

diff --git a/rpython/jit/metainterp/logger.py b/rpython/jit/metainterp/logger.py
--- a/rpython/jit/metainterp/logger.py
+++ b/rpython/jit/metainterp/logger.py
@@ -81,6 +81,7 @@
             debug_stop("jit-log-compiling-bridge")
         else:
             debug_start("jit-log-opt-bridge")
+            logops = None
             if have_debug_prints():
                 print_after_inputargs = ''
                 debug_print("# bridge out of Guard",


More information about the pypy-commit mailing list