summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-10-27 11:44:01 +0000
committerThom Johansen <thomj@rockbox.org>2005-10-27 11:44:01 +0000
commit5a4423fc234dcf74919a292f3ca3e04c1321a44b (patch)
tree340220cebf9243499f4b3866ae60d60a94dca8a5 /apps
parent292e4e90d7e272f3bf6f5f8912c25114a7157aea (diff)
downloadrockbox-5a4423fc234dcf74919a292f3ca3e04c1321a44b.tar.gz
rockbox-5a4423fc234dcf74919a292f3ca3e04c1321a44b.zip
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')
-rw-r--r--apps/codecs/libmusepack/synth_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/synth_filter.c b/apps/codecs/libmusepack/synth_filter.c
index 596751526b..bd3c3e820c 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
347 347
348 348
349 for ( k = 0; k < 32; k++, D += 16, V++ ) { 349 for ( k = 0; k < 32; k++, D += 16, V++ ) {
350 #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) && 1 350 #if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
351 asm volatile ( 351 asm volatile (
352 "movem.l (%[D]), %%d0-%%d3\n\t" 352 "movem.l (%[D]), %%d0-%%d3\n\t"
353 "move.l (%[V]), %%a5\n\t" 353 "move.l (%[V]), %%a5\n\t"