diff options
Diffstat (limited to 'apps/codecs/liba52/parse.c')
-rw-r--r-- | apps/codecs/liba52/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/liba52/parse.c b/apps/codecs/liba52/parse.c index c06381be9e..d5b323c701 100644 --- a/apps/codecs/liba52/parse.c +++ b/apps/codecs/liba52/parse.c @@ -58,7 +58,7 @@ a52_state_t * a52_init (uint32_t mm_accel) a52_state_t * state; int i; - #ifdef CPU_COLDFIRE && !defined(SIMULATOR) + #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) asm volatile ("move.l #0x30, %macsr"); /* frac. mode with rounding */ #endif /* |