[pypy-commit] pypy new-jit-log: remove a syntax error

plan_rich pypy.commits at gmail.com
Thu Jul 21 07:20:48 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: new-jit-log
Changeset: r85788:bb2d7492de70
Date: 2016-07-21 13:20 +0200
http://bitbucket.org/pypy/pypy/changeset/bb2d7492de70/

Log:	remove a syntax error

diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py
--- a/rpython/jit/backend/llsupport/assembler.py
+++ b/rpython/jit/backend/llsupport/assembler.py
@@ -137,7 +137,7 @@
             # if self._debug is already set it means that someone called
             # set_debug by hand before initializing the assembler. Leave it
             # as it is
-            should_debug = have_debug_prints_for('jit-backend-counts'))
+            should_debug = have_debug_prints_for('jit-backend-counts')
             self.set_debug(should_debug)
         # when finishing, we only have one value at [0], the rest dies
         self.gcmap_for_finish = lltype.malloc(jitframe.GCMAP, 1,


More information about the pypy-commit mailing list