From 9415629f4c3cf7e81aa89e37bcd0b26c24103ed9 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Wed, 8 Jun 2005 13:43:20 +0000 Subject: Oops. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6610 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/asm_mcf5249.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/Tremor/asm_mcf5249.h b/apps/codecs/Tremor/asm_mcf5249.h index 4d7767c63e..35830772e5 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) { -- cgit v1.2.3