diff options
-rw-r--r-- | apps/codecs/libspc/spc_dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspc/spc_dsp.c b/apps/codecs/libspc/spc_dsp.c index 9ebd3e6353..5ea6514783 100644 --- a/apps/codecs/libspc/spc_dsp.c +++ b/apps/codecs/libspc/spc_dsp.c | |||
@@ -288,7 +288,7 @@ static void key_on(struct Spc_Dsp* const this, struct voice_t* const voice, | |||
288 | void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf ) | 288 | void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf ) |
289 | { | 289 | { |
290 | #undef RAM | 290 | #undef RAM |
291 | #ifdef CPU_ARM | 291 | #if defined(CPU_ARM) && !SPC_BRRCACHE |
292 | uint8_t* const ram_ = ram.ram; | 292 | uint8_t* const ram_ = ram.ram; |
293 | #define RAM ram_ | 293 | #define RAM ram_ |
294 | #else | 294 | #else |