Author: hager <sven.ha...@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     |
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to