[pypy-commit] pypy ppc-jit-backend: adjust comments

hager noreply at buildbot.pypy.org
Thu Mar 22 15:48:14 CET 2012


Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r53899:0046d0e081f7
Date: 2012-03-22 07:46 -0700
http://bitbucket.org/pypy/pypy/changeset/0046d0e081f7/

Log:	adjust comments

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
@@ -390,8 +390,8 @@
         # |        OLD BACKCHAIN        |
         # |                             |
         # =============================== -
-        # |                             |  | > MINI FRAME (BACHCHAIN SIZE * WORD)
-        # |          BACKCHAIN          |  |
+        # |                             |  | 
+        # |          BACKCHAIN          |  | > MINI FRAME (BACHCHAIN SIZE * WORD)
         # |                             |  |
         # =============================== - 
         # |                             |
@@ -404,7 +404,6 @@
         # =============================== <- SP
         #
         mc = PPCBuilder()
-        # save argument registers and return address
         
         # make small frame to store data (parameter regs + LR + SCRATCH) in
         # there


More information about the pypy-commit mailing list