diff options
| author | Thom Johansen <thomj@rockbox.org> | 2005-10-27 11:44:01 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2005-10-27 11:44:01 +0000 |
| commit | 5a4423fc234dcf74919a292f3ca3e04c1321a44b (patch) | |
| tree | 340220cebf9243499f4b3866ae60d60a94dca8a5 /apps/codecs/libmusepack | |
| parent | 292e4e90d7e272f3bf6f5f8912c25114a7157aea (diff) | |
| download | rockbox-5a4423fc234dcf74919a292f3ca3e04c1321a44b.zip rockbox-5a4423fc234dcf74919a292f3ca3e04c1321a44b.tar.gz rockbox-5a4423fc234dcf74919a292f3ca3e04c1321a44b.tar.bz2 rockbox-5a4423fc234dcf74919a292f3ca3e04c1321a44b.tar.xz | |
Didn't mean to commit that...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7661 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack')
| -rw-r--r-- | apps/codecs/libmusepack/synth_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/synth_filter.c b/apps/codecs/libmusepack/synth_filter.c index 5967515..bd3c3e8 100644 --- a/apps/codecs/libmusepack/synth_filter.c +++ b/apps/codecs/libmusepack/synth_filter.c @@ -347,7 +347,7 @@ static void Synthese_Filter_float_internal(MPC_SAMPLE_FORMAT * OutData,MPC_SAMPL for ( k = 0; k < 32; k++, D += 16, V++ ) { - #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) && 1 + #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) asm volatile ( "movem.l (%[D]), %%d0-%%d3\n\t" "move.l (%[V]), %%a5\n\t" |