Author: Armin Rigo <[email protected]>
Branch: arm-backend-2
Changeset: r50598:a770817aed83
Date: 2011-12-16 06:06 +0100
http://bitbucket.org/pypy/pypy/changeset/a770817aed83/

Log:    Sorry, nonsense.

diff --git a/pypy/jit/backend/arm/assembler.py 
b/pypy/jit/backend/arm/assembler.py
--- a/pypy/jit/backend/arm/assembler.py
+++ b/pypy/jit/backend/arm/assembler.py
@@ -271,7 +271,7 @@
 
         assert enc[i] == self.END_OF_LOCS
         descr = decode32(enc, i+1)
-        self.fail_boxes_count = fail_index + 1
+        self.fail_boxes_count = fail_index
         self.fail_force_index = frame_loc
         return descr
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to