diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-02-24 17:10:38 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-02-24 17:10:38 +0000 |
| commit | b41c8a06b28abe51f95a2b85adb83ba0c2838354 (patch) | |
| tree | 2ad828554bb8e8f53d21b9a3d71f703f9e4f0f42 /apps/codecs/spc.c | |
| parent | d4e904bf3557c63fb358d2d8e91bb103ca369e1a (diff) | |
| download | rockbox-b41c8a06b28abe51f95a2b85adb83ba0c2838354.zip rockbox-b41c8a06b28abe51f95a2b85adb83ba0c2838354.tar.gz rockbox-b41c8a06b28abe51f95a2b85adb83ba0c2838354.tar.bz2 rockbox-b41c8a06b28abe51f95a2b85adb83ba0c2838354.tar.xz | |
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
Diffstat (limited to 'apps/codecs/spc.c')
| -rw-r--r-- | apps/codecs/spc.c | 3 |
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; |