[pypy-commit] pypy arm-backend-2: remove a debug print

bivab noreply at buildbot.pypy.org
Mon Jul 23 13:11:26 CEST 2012


Author: David Schneider <david.schneider at picle.org>
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, [])


More information about the pypy-commit mailing list