[pypy-commit] pypy ppc-jit-backend: fixed typo in diagram

hager noreply at buildbot.pypy.org
Tue Jan 3 17:28:59 CET 2012


Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r51000:c0bb80a287e9
Date: 2012-01-03 17:28 +0100
http://bitbucket.org/pypy/pypy/changeset/c0bb80a287e9/

Log:	fixed typo in diagram

diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py b/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
--- a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
+++ b/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py
@@ -38,7 +38,7 @@
             |       AND LINKER        |          |  
             ---------------------------         --
             |         SAVED LR        | WORD     |
-            ---------------------------          |>> 4 WORDS (64 Bit)
+            ---------------------------          |>> 3 WORDS (64 Bit)
   (64 Bit)  |         SAVED CR        | WORD     |   2 WORDS (32 Bit)
             ---------------------------          |
             |        BACK CHAIN       | WORD     |


More information about the pypy-commit mailing list