[pypy-commit] pypy gc_no_cleanup_nursery: anothe rfix

fijal noreply at buildbot.pypy.org
Tue Sep 16 19:29:07 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: gc_no_cleanup_nursery
Changeset: r73554:de5bd5fa89c6
Date: 2014-09-16 11:27 -0600
http://bitbucket.org/pypy/pypy/changeset/de5bd5fa89c6/

Log:	anothe rfix

diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py
--- a/rpython/jit/backend/llsupport/rewrite.py
+++ b/rpython/jit/backend/llsupport/rewrite.py
@@ -187,7 +187,7 @@
         v_totalsize = BoxInt()
         gcdescr = self.gc_ll_descr
         ops = [
-            ResOperation(rop.INT_ADD, [v_arr, ConstInt(size)], v_arr_plus_ofs),
+            ResOperation(rop.INT_ADD, [v_arr, ConstInt(ofs)], v_arr_plus_ofs),
         ]
 
         if v_arrsize is None:


More information about the pypy-commit mailing list