summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-02-24 17:10:38 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-02-24 17:10:38 +0000
commitb41c8a06b28abe51f95a2b85adb83ba0c2838354 (patch)
tree2ad828554bb8e8f53d21b9a3d71f703f9e4f0f42
parentd4e904bf3557c63fb358d2d8e91bb103ca369e1a (diff)
downloadrockbox-b41c8a06b28abe51f95a2b85adb83ba0c2838354.tar.gz
rockbox-b41c8a06b28abe51f95a2b85adb83ba0c2838354.zip
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
-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 61fd9dec72..8d621dd677 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -712,8 +712,7 @@ static int LoadID666(unsigned char *buf) {
712 712
713/**************** Codec ****************/ 713/**************** Codec ****************/
714 714
715static int32_t samples[WAV_CHUNK_SIZE*2] 715static int32_t samples[WAV_CHUNK_SIZE*2] IBSS_ATTR;
716 __attribute__ ((aligned (16))) IBSS_ATTR;
717 716
718static struct Spc_Emu spc_emu IDATA_ATTR; 717static struct Spc_Emu spc_emu IDATA_ATTR;
719 718