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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c
index 8d621dd677..61fd9dec72 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -712,7 +712,8 @@ static int LoadID666(unsigned char *buf) {
712 712
713/**************** Codec ****************/ 713/**************** Codec ****************/
714 714
715static int32_t samples[WAV_CHUNK_SIZE*2] IBSS_ATTR; 715static int32_t samples[WAV_CHUNK_SIZE*2]
716 __attribute__ ((aligned (16))) IBSS_ATTR;
716 717
717static struct Spc_Emu spc_emu IDATA_ATTR; 718static struct Spc_Emu spc_emu IDATA_ATTR;
718 719