SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to notice in...
commit6e4e5ea757bf30fc930e47aab5eadcb1ca4c65cb
authorMichael Sevakis <jethead71@rockbox.org>
Thu, 23 Dec 2010 07:36:21 +0000 (23 07:36 +0000)
committerMichael Sevakis <jethead71@rockbox.org>
Thu, 23 Dec 2010 07:36:21 +0000 (23 07:36 +0000)
tree99f4540e78c8a885f8fce81f009a0915d3c42b0e
parentd9e5c4159a1434470ebe9d8205790eb52e3a9618
SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to notice in the first place (and so did eveyone else it seems :). Some early-clobber constraints were needed on inline assemebly operands. In some places, they aren't necessary where they were used, so remove those.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28880 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libspc/spc_dsp.c