From a4aef6d3bbcace86288b3c1b0c5beb865effbd98 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Fri, 5 Dec 2003 06:16:19 +0000 Subject: - Lower DEBUG_CONSISTENCY to 1 2 is only really useful when debugging the register allocator. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1306 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/romcc/romcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/romcc/romcc.c b/util/romcc/romcc.c index 648f7cae44..d460cfb548 100644 --- a/util/romcc/romcc.c +++ b/util/romcc/romcc.c @@ -13,7 +13,7 @@ #define MAX_ALLOCATION_PASSES 100 -#define DEBUG_CONSISTENCY 2 +#define DEBUG_CONSISTENCY 1 #define DEBUG_SDP_BLOCKS 0 #define DEBUG_TRIPLE_COLOR 0 -- cgit v1.2.3