Author: Maciej Fijalkowski <[email protected]>
Branch: exp-with-blackhole
Changeset: r77501:e79e35139780
Date: 2015-05-18 13:42 +0200
http://bitbucket.org/pypy/pypy/changeset/e79e35139780/
Log: fix rpython
diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py
--- a/rpython/jit/metainterp/resume.py
+++ b/rpython/jit/metainterp/resume.py
@@ -399,7 +399,7 @@
debug_print("no of consts:", len(storage.rd_consts))
n = storage.rd_numb
while n:
- debug_print("nums:", " ".join([str(i) for i in n.nums]))
+ debug_print("nums:", " ".join([str(n.nums[i]) for i in
len(n.nums)]))
n = n.prev
if storage.rd_virtuals:
for v in storage.rd_virtuals:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit