Author: Carl Friedrich Bolz <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to