Disabled debug in bin/elf.c
authorJohn Hodge <[email protected]>
Fri, 25 Sep 2009 06:32:15 +0000 (14:32 +0800)
committerJohn Hodge <[email protected]>
Fri, 25 Sep 2009 06:32:15 +0000 (14:32 +0800)
Kernel/bin/elf.c

index dbd38d2..dcfe35c 100644 (file)
@@ -6,7 +6,7 @@ ELF Executable Loader Code
 #include <binary.h>\r
 #include "bin_elf.h"\r
 \r
-#define DEBUG  1\r
+#define DEBUG  0\r
 #define DEBUG_WARN     1\r
 \r
 #if DEBUG\r

UCC git Repository :: git.ucc.asn.au