Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r48410:beae95ba795c
Date: 2011-10-13 17:54 +0200
http://bitbucket.org/pypy/pypy/changeset/beae95ba795c/
Log: there was a word missing here
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
@@ -740,7 +740,7 @@
return l
def _patch_sp_offset(self, pos, frame_depth):
- cb = OverwritingBuilder(self.mc, pos,
OverwritingBuilder.size_of_gen_load_int)
+ cb = OverwritingBuilder(self.mc, pos,
OverwritingBuilder.size_of_gen_load_int+WORD)
# Note: the frame_depth is one less than the value stored in the frame
# manager
if frame_depth == 1:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit