summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/synth_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/synth_filter.c')
-rw-r--r--apps/codecs/libmusepack/synth_filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmusepack/synth_filter.c b/apps/codecs/libmusepack/synth_filter.c
index 78cf4d1765..105dbb0008 100644
--- a/apps/codecs/libmusepack/synth_filter.c
+++ b/apps/codecs/libmusepack/synth_filter.c
@@ -335,7 +335,7 @@ static void Synthese_Filter_float_internal(MPC_SAMPLE_FORMAT * OutData,MPC_SAMPL
335{ 335{
336 mpc_uint32_t n; 336 mpc_uint32_t n;
337 337
338 #if CONFIG_CPU==MCF5249 && !defined(SIMULATOR) 338 #ifdef CPU_COLDFIRE && !defined(SIMULATOR)
339 asm volatile ("move.l #0x20, %macsr"); /* fractional emac mode */ 339 asm volatile ("move.l #0x20, %macsr"); /* fractional emac mode */
340 #endif 340 #endif
341 for ( n = 0; n < 36; n++, Y += 32 ) { 341 for ( n = 0; n < 36; n++, Y += 32 ) {
@@ -350,7 +350,7 @@ static void Synthese_Filter_float_internal(MPC_SAMPLE_FORMAT * OutData,MPC_SAMPL
350 350
351 351
352 for ( k = 0; k < 32; k++, D += 16, V++ ) { 352 for ( k = 0; k < 32; k++, D += 16, V++ ) {
353 #if CONFIG_CPU==MCF5249 && !defined(SIMULATOR) 353 #ifdef CPU_COLDFIRE && !defined(SIMULATOR)
354 asm volatile ( 354 asm volatile (
355 "movem.l (%[D]), %%d0-%%d3\n\t" 355 "movem.l (%[D]), %%d0-%%d3\n\t"
356 "move.l (%[V]), %%a5\n\t" 356 "move.l (%[V]), %%a5\n\t"