git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6668f5
)
Disabled debug in bin/elf.c
author
John Hodge
<
[email protected]
>
Fri, 25 Sep 2009 06:32:15 +0000
(14:32 +0800)
committer
John Hodge
<
[email protected]
>
Fri, 25 Sep 2009 06:32:15 +0000
(14:32 +0800)
Kernel/bin/elf.c
patch
|
blob
|
history
diff --git
a/Kernel/bin/elf.c
b/Kernel/bin/elf.c
index
dbd38d2
..
dcfe35c
100644
(file)
--- a/
Kernel/bin/elf.c
+++ b/
Kernel/bin/elf.c
@@
-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