Author: fijal
Branch: jit-leaner-frontend
Changeset: r82974:48ee9f914fee
Date: 2016-03-11 16:15 +0200
http://bitbucket.org/pypy/pypy/changeset/48ee9f914fee/

Log:    getting tired, clearly

diff --git a/rpython/jit/metainterp/opencoder.py 
b/rpython/jit/metainterp/opencoder.py
--- a/rpython/jit/metainterp/opencoder.py
+++ b/rpython/jit/metainterp/opencoder.py
@@ -215,7 +215,7 @@
         debug_print(" bigint consts: " + str(self._consts_bigint) + " " + 
str(len(self._bigints)))
         debug_print(" float consts: " + str(self._consts_float) + " " + 
str(len(self._floats)))
         debug_print(" ref consts: " + str(self._consts_ptr) + " " + 
str(len(self._refs)))
-        debug_print(" descrs: " + len(self._descrs))
+        debug_print(" descrs: " + str(len(self._descrs)))
         debug_stop("jit-trace-done")
         return 0 # completely different than TraceIter.done, but we have to
         # share the base class
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to