forked from len0rd/rockbox
Fix yellow by making the ifdef hell slightly worse
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23790 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f7a846b97
commit
d502086e7f
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ static void key_on(struct Spc_Dsp* const this, struct voice_t* const voice,
|
||||||
void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf )
|
void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf )
|
||||||
{
|
{
|
||||||
#undef RAM
|
#undef RAM
|
||||||
#ifdef CPU_ARM
|
#if defined(CPU_ARM) && !SPC_BRRCACHE
|
||||||
uint8_t* const ram_ = ram.ram;
|
uint8_t* const ram_ = ram.ram;
|
||||||
#define RAM ram_
|
#define RAM ram_
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue