Author: hager <sven.ha...@uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r51200:46750704d638
Date: 2012-01-10 13:03 +0100
http://bitbucket.org/pypy/pypy/changeset/46750704d638/

Log:    adjust _build_propagate_exception_path to new interface

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
@@ -282,7 +282,8 @@
 
         mc = PPCBuilder()
         with Saved_Volatiles(mc):
-            addr = self.cpu.get_on_leave_jitted_int(save_exception=True)
+            addr = self.cpu.get_on_leave_jitted_int(save_exception=True,
+                    default_to_memoryerror=True)
             mc.call(addr)
 
         mc.load_imm(r.RES, self.cpu.propagate_exception_v)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to