Author: David Schneider <[email protected]>
Branch: jitframe-on-heap
Changeset: r60695:afb17ae77659
Date: 2013-01-29 17:26 +0100
http://bitbucket.org/pypy/pypy/changeset/afb17ae77659/
Log: pfff
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/backend/arm/opassembler.py
+++ b/rpython/jit/backend/arm/opassembler.py
@@ -42,7 +42,7 @@
assert isinstance(exc, bool)
self.faildescr = faildescr
self.failargs = failargs
- self.fail_locs = fail_locs[1:]
+ self.fail_locs = fail_locs
self.offset = offset
self.gcmap = self.compute_gcmap(gcmap, failargs,
fail_locs, frame_depth)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit