[pypy-commit] pypy default: eh

fijal noreply at buildbot.pypy.org
Sun Sep 20 18:52:54 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r79727:732b5c59e6c9
Date: 2015-09-20 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/732b5c59e6c9/

Log:	eh

diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -2922,7 +2922,7 @@
             key, pos = start_stack[0]
             size = len(self.history.operations) - pos
             if size > max_size:
-                r = self.jitdriver_sd.warmstate.get_location_str(greenkey)
+                r = self.jitdriver_sd.warmstate.get_location_str(key)
                 debug_print("found new longest: %s %d" % (r, size))
                 max_size = size
                 max_key = key


More information about the pypy-commit mailing list