From: Christoph Mallon Date: Thu, 25 Oct 2007 18:21:25 +0000 (+0000) Subject: Fix debug output. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=75d1ed49e10cae661ffd383844208fa1571a531a;p=libfirm Fix debug output. [r16354] --- diff --git a/ir/be/becopyheur4.c b/ir/be/becopyheur4.c index 7ad496e52..6d170a79f 100644 --- a/ir/be/becopyheur4.c +++ b/ir/be/becopyheur4.c @@ -1208,7 +1208,7 @@ static void color_aff_chunk(co_mst_env_t *env, aff_chunk_t *c) { one_good |= good; did_all &= good; - DB((dbg, LEVEL_4, "\t\t... %+F attempt from %d to %d %s\n", irn, node->col, col, one_good ? "succeeded" : "failed")); + DB((dbg, LEVEL_4, "\t\t... %+F attempt from %d to %d %s\n", irn, node->col, col, good ? "succeeded" : "failed")); } /* try next color when failed */