mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Label dma_callback in pcm-s5l8700.c as used so that gcc won't discard it, and cause a link failure on eabi.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24487 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2b5c49109
commit
5e9282829a
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ void pcm_play_unlock(void)
|
|||
}
|
||||
}
|
||||
|
||||
static const void* dma_callback(void) ICODE_ATTR __attribute__((unused));
|
||||
static const void* dma_callback(void) ICODE_ATTR __attribute__((used));
|
||||
static const void* dma_callback(void)
|
||||
{
|
||||
if (dmamode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue