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

@ -62,7 +62,7 @@ bool canseek_impl(void *data)
}
/* temporary, we probably have better use for iram than this */
MPC_SAMPLE_FORMAT sample_buffer[MPC_DECODER_BUFFER_LENGTH] IDATA_ATTR;
MPC_SAMPLE_FORMAT sample_buffer[MPC_DECODER_BUFFER_LENGTH] IBSS_ATTR;
#ifdef USE_IRAM
extern char iramcopy[];