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:
b9615a0
)
Disabled ELF debugging
author
John Hodge
<
[email protected]
>
Thu, 15 Jul 2010 15:04:49 +0000
(23:04 +0800)
committer
John Hodge
<
[email protected]
>
Thu, 15 Jul 2010 15:04:49 +0000
(23:04 +0800)
Kernel/bin/elf.c
patch
|
blob
|
history
diff --git
a/Kernel/bin/elf.c
b/Kernel/bin/elf.c
index
4bf15fa
..
90a092f
100644
(file)
--- a/
Kernel/bin/elf.c
+++ b/
Kernel/bin/elf.c
@@
-2,7
+2,7
@@
* Acess v0.1
\r
* ELF Executable Loader Code
\r
*/
\r
-#define DEBUG
1
\r
+#define DEBUG
0
\r
#include <acess.h>
\r
#include <binary.h>
\r
#include "elf.h"
\r
UCC
git Repository :: git.ucc.asn.au