Author: Richard Plangger <planri...@gmail.com> Branch: new-jit-log Changeset: r84334:84716af5f182 Date: 2016-05-09 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/84716af5f182/
Log: provided wrong argument to flush_debug_counters 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 @@ -393,7 +393,7 @@ debug_stop('jit-backend-counts') if jitlog: - flush_debug_counters(jitlog) + flush_debug_counters(jitlog.cintf) @staticmethod @rgc.no_collect _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit