SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM either...
commiteb208d57bd13ca8f7c9b36b7be860be4c0074c36
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 4 Jun 2010 02:20:19 +0000 (4 02:20 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 4 Jun 2010 02:20:19 +0000 (4 02:20 +0000)
tree31039ab146e983e839da730a089af15f4dc71bac
parenta0634029986e61a67473654e87841d45d5f5571a
SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM either does not modify memory (only loads values), or it modifies things only other ASM blocks deal with and the operand constraints mark them as in/out/both.

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