forked from len0rd/rockbox
Accept FS#7264 'Build with -Os switch for coldfire targets'.
Introduces MEM_FUNCTION_WRAPPERS(api) macro which adds wrappers functions to a plugin to make plugins link correctly when gcc calls mem* functions directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f50bd1151a
commit
c7f9ca4067
21 changed files with 105 additions and 29 deletions
|
@ -810,7 +810,7 @@ static void reset_mp3_buffer(void)
|
|||
}
|
||||
|
||||
/* DMA transfer end interrupt callback */
|
||||
static void transfer_end(unsigned char** ppbuf, int* psize)
|
||||
static void transfer_end(unsigned char** ppbuf, size_t* psize)
|
||||
{
|
||||
if(playing && !paused)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue