aboutsummaryrefslogtreecommitdiff
path: root/util/romcc
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-12-05 06:16:19 +0000
committerEric Biederman <ebiederm@xmission.com>2003-12-05 06:16:19 +0000
commita4aef6d3bbcace86288b3c1b0c5beb865effbd98 (patch)
treec8a92c2ecf2e7c92b732ba1e89d61f0499190c7a /util/romcc
parent12d2e683f45f19fe62d5893ce7b7329009a9a00c (diff)
- 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
Diffstat (limited to 'util/romcc')
-rw-r--r--util/romcc/romcc.c2
1 files changed, 1 insertions, 1 deletions
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