Author: hager <sven.ha...@uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r50307:976ed819b3c4
Date: 2011-12-08 08:26 -0800
http://bitbucket.org/pypy/pypy/changeset/976ed819b3c4/

Log:    remove debug stuff

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
@@ -195,7 +195,6 @@
             stack_loc   : pointer to top of the stack
             spp_loc     : pointer to begin of the spilling area
             '''
-
         enc = rffi.cast(rffi.CCHARP, mem_loc)
         managed_size = WORD * len(r.MANAGED_REGS)
         # XXX do some sanity considerations
@@ -339,7 +338,6 @@
         # load address of decoding function into r0
         mc.alloc_scratch_reg(addr)
         if IS_PPC_64:
-            mc.li(r.r2.value, 99)
             mc.std(r.r2.value, r.SP.value, 3 * WORD)
             # load TOC pointer and environment pointer
             mc.load_imm(r.r2, r2_value)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to