forked from len0rd/rockbox
added missing linker-defined symbols
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5904 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af4f3084a7
commit
a934c84e03
1 changed files with 9 additions and 0 deletions
|
@ -79,6 +79,15 @@ _stackend = ADDR(.stack) + SIZEOF(.stack);
|
|||
|
||||
_idatastart = ADDR(.idata);
|
||||
|
||||
/* FIXME: Where to put mp3 buffer? */
|
||||
|
||||
_mp3buffer = 0;
|
||||
_mp3end = 0;
|
||||
|
||||
/* Plugins are not supported on the Gmini*/
|
||||
|
||||
_pluginbuf = 0;
|
||||
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue