- Lower DEBUG_CONSISTENCY to 1 2 is only really useful when debugging
authorEric Biederman <ebiederm@xmission.com>
Fri, 5 Dec 2003 06:16:19 +0000 (06:16 +0000)
committerEric Biederman <ebiederm@xmission.com>
Fri, 5 Dec 2003 06:16:19 +0000 (06:16 +0000)
the register allocator.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1306 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/romcc/romcc.c

index 648f7cae44a24f2b7eb73fc82a882e6d87750e77..d460cfb5486739e69e126371d01ce7ff2b24638a 100644 (file)
@@ -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