From 6d887ef34f5f88c79d9d94c19fb373fa5c823a0f Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 25 Jun 2010 21:51:32 -0600 Subject: [PATCH] comment-out debug logging in powerpc.cpp --- src/powerpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powerpc.cpp b/src/powerpc.cpp index 391970d755..ac753150c9 100644 --- a/src/powerpc.cpp +++ b/src/powerpc.cpp @@ -2421,7 +2421,7 @@ class MyAssembler: public Assembler { for (ConstantPoolEntry* e = c.constantPool; e; e = e->next) { *static_cast(e->address) = e->constant->value(); - fprintf(stderr, "constant %p at %p\n", reinterpret_cast(e->constant->value()), e->address); +// fprintf(stderr, "constant %p at %p\n", reinterpret_cast(e->constant->value()), e->address); } }