Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r56409:d3d4294ed427
Date: 2012-07-23 13:11 +0200
http://bitbucket.org/pypy/pypy/changeset/d3d4294ed427/

Log:    remove a debug print

diff --git a/pypy/jit/backend/arm/assembler.py 
b/pypy/jit/backend/arm/assembler.py
--- a/pypy/jit/backend/arm/assembler.py
+++ b/pypy/jit/backend/arm/assembler.py
@@ -326,7 +326,6 @@
                                     imm=descr.jit_wb_if_flag_byteofs)
             mc.TST_ri(r.ip.value, imm=0x80)
         #
-       print 'Withcars is %d' % withcards
        mc.MOV_rr(r.pc.value, r.lr.value)
         #
         rawstart = mc.materialize(self.cpu.asmmemmgr, [])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to