Author: Maciej Fijalkowski <[email protected]>
Branch: even-more-jit-hooks
Changeset: r55985:ba36854c27ab
Date: 2012-07-08 12:47 +0200
http://bitbucket.org/pypy/pypy/changeset/ba36854c27ab/

Log:    bah

diff --git a/pypy/module/pypyjit/interp_resop.py 
b/pypy/module/pypyjit/interp_resop.py
--- a/pypy/module/pypyjit/interp_resop.py
+++ b/pypy/module/pypyjit/interp_resop.py
@@ -297,7 +297,7 @@
 def descr_new_jit_loop_info(space, w_subtype, w_greenkey, w_ops, loopno,
                             asmaddr, asmlen, loop_no, type, jd_name):
     w_info = space.allocate_instance(W_JitLoopInfo, w_subtype)
-    w_info.w_greenkey = w_greenkey
+    w_info.w_green_key = w_greenkey
     w_info.w_ops = w_ops
     w_info.asmaddr = asmaddr
     w_info.asmlen = asmlen
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to