1
0
Fork 0
forked from len0rd/rockbox

Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-10-27 11:32:02 +00:00
parent c2628f3af9
commit e6021381ef
4 changed files with 8 additions and 8 deletions

View file

@ -27,7 +27,7 @@ static struct codec_api *ci;
#define BUFFER_SIZE 4096
static long temp_buffer [BUFFER_SIZE] IDATA_ATTR;
static long temp_buffer [BUFFER_SIZE] IBSS_ATTR;
static long read_callback (void *buffer, long bytes)
{