1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Sevakis 2007-02-24 17:10:38 +00:00
parent d4e904bf35
commit b41c8a06b2

View file

@ -712,8 +712,7 @@ static int LoadID666(unsigned char *buf) {
/**************** Codec ****************/ /**************** Codec ****************/
static int32_t samples[WAV_CHUNK_SIZE*2] static int32_t samples[WAV_CHUNK_SIZE*2] IBSS_ATTR;
__attribute__ ((aligned (16))) IBSS_ATTR;
static struct Spc_Emu spc_emu IDATA_ATTR; static struct Spc_Emu spc_emu IDATA_ATTR;