summaryrefslogtreecommitdiff
path: root/apps/codecs/spc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/spc.c')
-rw-r--r--apps/codecs/spc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c
index 1b49761810..80c28abbc1 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -190,7 +190,7 @@ static int LoadID666(unsigned char *buf) {
190 190
191/**************** Codec ****************/ 191/**************** Codec ****************/
192enum {SAMPLE_RATE = 32000}; 192enum {SAMPLE_RATE = 32000};
193static struct Spc_Emu spc_emu IDATA_ATTR CACHEALIGN_ATTR; 193static struct Spc_Emu spc_emu IBSS_ATTR_SPC CACHEALIGN_ATTR;
194 194
195#if SPC_DUAL_CORE 195#if SPC_DUAL_CORE
196/** Implementations for pipelined dual-core operation **/ 196/** Implementations for pipelined dual-core operation **/