[pypy-commit] pypy jitframe-on-heap: fix

fijal noreply at buildbot.pypy.org
Sun Jan 13 11:08:12 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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:


More information about the pypy-commit mailing list