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:
parent
c2628f3af9
commit
e6021381ef
4 changed files with 8 additions and 8 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue