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

Reply via email to