Author: Maciej Fijalkowski <[email protected]>
Branch: gc_no_cleanup_nursery
Changeset: r73600:e21c64624711
Date: 2014-09-17 19:17 -0600
http://bitbucket.org/pypy/pypy/changeset/e21c64624711/
Log: oops
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
@@ -191,7 +191,7 @@
ops = []
for i in range(v_arrsize.getint()):
ops.append(ResOperation(rop.SETARRAYITEM_GC,
- [v_arr, ConstInt(i)], None,
+ [v_arr, ConstInt(i), self.c_zero],
None,
descr=arraydescr))
self.newops += ops
return
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit