Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60019:9dbce99922e5
Date: 2013-01-13 12:07 +0200
http://bitbucket.org/pypy/pypy/changeset/9dbce99922e5/

Log:    fix

diff --git a/pypy/jit/backend/x86/runner.py b/pypy/jit/backend/x86/runner.py
--- a/pypy/jit/backend/x86/runner.py
+++ b/pypy/jit/backend/x86/runner.py
@@ -134,7 +134,7 @@
                         if IS_X86_32:
                             num += WORD
                     else:
-                        xxx
+                        self.set_ref_value(frame, num, arg)
                     num += WORD
                 descr_no = func(ll_frame)
             finally:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to