Author: David Schneider <[email protected]>
Branch: ppc-jit-backend
Changeset: r52660:19a3138c5db4
Date: 2012-02-19 05:48 -0800
http://bitbucket.org/pypy/pypy/changeset/19a3138c5db4/

Log:    Prepare the instructions in malloc_slowpath to actually emit them

diff --git a/pypy/jit/backend/ppc/ppc_assembler.py 
b/pypy/jit/backend/ppc/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppc_assembler.py
@@ -329,6 +329,7 @@
         pmc.bc(4, 2, jmp_pos) # jump if the two values are equal
         pmc.overwrite()
         mc.b_abs(self.propagate_exception_path)
+        mc.prepare_insts_blocks()
         rawstart = mc.materialize(self.cpu.asmmemmgr, [])
         if IS_PPC_64:
             self.write_64_bit_func_descr(rawstart, rawstart+3*WORD)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to