From 5a4423fc234dcf74919a292f3ca3e04c1321a44b Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 27 Oct 2005 11:44:01 +0000 Subject: Didn't mean to commit that... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7661 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/synth_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 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" -- cgit