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

Reply via email to