1
0
Fork 0
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:
Nils Wallménius 2009-11-29 21:22:23 +00:00
parent 5f7a846b97
commit d502086e7f

View file

@ -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 )
{
#undef RAM
#ifdef CPU_ARM
#if defined(CPU_ARM) && !SPC_BRRCACHE
uint8_t* const ram_ = ram.ram;
#define RAM ram_
#else