[pypy-commit] pypy guard-compatible: grumble, of course the llgraph tests work anyway

cfbolz pypy.commits at gmail.com
Mon Mar 14 12:17:56 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: guard-compatible
Changeset: r83043:2c3489492545
Date: 2016-03-14 17:17 +0100
http://bitbucket.org/pypy/pypy/changeset/2c3489492545/

Log:	grumble, of course the llgraph tests work anyway

diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py
--- a/rpython/jit/metainterp/compile.py
+++ b/rpython/jit/metainterp/compile.py
@@ -1096,7 +1096,7 @@
         if self.is_compatible(metainterp_sd.cpu, refval):
             from rpython.jit.metainterp.blackhole import resume_in_blackhole
             metainterp_sd.cpu.grow_guard_compatible_switch(
-                self, self.rd_loop_token, refval)
+                self.rd_loop_token, self, refval)
             resume_in_blackhole(metainterp_sd, jitdriver_sd, self, deadframe)
         else:
             # a real failure


More information about the pypy-commit mailing list