Author: hager <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit