From b41c8a06b28abe51f95a2b85adb83ba0c2838354 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 24 Feb 2007 17:10:38 +0000 Subject: [PATCH] Woops, that was an experimental change that shouldn't have been included. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12473 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/spc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c index 61fd9dec72..8d621dd677 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;