1
0
Fork 0
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:
Jean-Philippe Bernardy 2005-02-11 10:25:15 +00:00
parent af4f3084a7
commit a934c84e03

View file

@ -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