[pypy-commit] pypy ppc-jit-backend: merge
hager
noreply at buildbot.pypy.org
Wed Jan 4 14:23:42 CET 2012
Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r51011:cc871ff2daed
Date: 2012-01-04 14:23 +0100
http://bitbucket.org/pypy/pypy/changeset/cc871ff2daed/
Log: merge
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
@@ -577,7 +577,7 @@
return False
return True
- def gen_64_bit_func_descrs(self):
+ def gen_64_bit_func_descr(self):
return self.datablockwrapper.malloc_aligned(3*WORD, alignment=1)
def write_64_bit_func_descr(self, descr, start_addr):
More information about the pypy-commit
mailing list