summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"