Author: Armin Rigo <[email protected]>
Branch: ppc-jit-backend
Changeset: r60796:0ad5a737469c
Date: 2013-01-31 22:44 +0100
http://bitbucket.org/pypy/pypy/changeset/0ad5a737469c/

Log:    Add a comment: looks wrong here

diff --git a/pypy/translator/c/src/asm_ppc.h b/pypy/translator/c/src/asm_ppc.h
--- a/pypy/translator/c/src/asm_ppc.h
+++ b/pypy/translator/c/src/asm_ppc.h
@@ -16,6 +16,7 @@
 {
        long i;
 
+    fprintf(stderr, "please review c/src/asm_ppc.c: looks wrong\n");
        for (i = 0; i < size; i += 32){
                __dcbst(base, i);
        }
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to