summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/spc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c
index 61fd9de..8d621dd 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -712,8 +712,7 @@ static int LoadID666(unsigned char *buf) {
/**************** Codec ****************/
-static int32_t samples[WAV_CHUNK_SIZE*2]
- __attribute__ ((aligned (16))) IBSS_ATTR;
+static int32_t samples[WAV_CHUNK_SIZE*2] IBSS_ATTR;
static struct Spc_Emu spc_emu IDATA_ATTR;