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 1b49761..80c28ab 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -190,7 +190,7 @@ static int LoadID666(unsigned char *buf) {
/**************** Codec ****************/
enum {SAMPLE_RATE = 32000};
-static struct Spc_Emu spc_emu IDATA_ATTR CACHEALIGN_ATTR;
+static struct Spc_Emu spc_emu IBSS_ATTR_SPC CACHEALIGN_ATTR;
#if SPC_DUAL_CORE
/** Implementations for pipelined dual-core operation **/