Author: David Schneider <[email protected]>
Branch: 
Changeset: r63658:7958b8a04501
Date: 2013-04-26 19:07 +0200
http://bitbucket.org/pypy/pypy/changeset/7958b8a04501/

Log:    one word was missing here

diff --git a/rpython/jit/backend/arm/codebuilder.py 
b/rpython/jit/backend/arm/codebuilder.py
--- a/rpython/jit/backend/arm/codebuilder.py
+++ b/rpython/jit/backend/arm/codebuilder.py
@@ -335,7 +335,7 @@
 
     # XXX remove and setup aligning in llsupport
     def materialize(self, asmmemmgr, allblocks, gcrootmap=None):
-        size = self.get_relative_pos()
+        size = self.get_relative_pos() + WORD
         malloced = asmmemmgr.malloc(size, size + 7)
         allblocks.append(malloced)
         rawstart = malloced[0]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to