diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/Tremor/asm_mcf5249.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/asm_mcf5249.h b/apps/codecs/Tremor/asm_mcf5249.h index 4d7767c..3583077 100644 --- a/apps/codecs/Tremor/asm_mcf5249.h +++ b/apps/codecs/Tremor/asm_mcf5249.h @@ -28,7 +28,7 @@ static inline void mcf5249_init_mac(void) { int r; - asm volatile ("move.l #0x20, %%macsr;"); /* frac, truncate, no saturation */ + asm volatile ("move.l #0x20, %macsr;"); /* frac, truncate, no saturation */ } static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { |