Don't call debug_init() unless in debug mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@733 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3b2bc8102
commit
f43b27a934
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@ int init(void)
|
|||
dmalloc_initialize();
|
||||
bmalloc_add_pool(poolstart, poolend-poolstart);
|
||||
|
||||
#ifdef DEBUG
|
||||
debug_init();
|
||||
#endif
|
||||
kernel_init();
|
||||
set_irq_level(0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue