diff options
| author | Thom Johansen <thomj@rockbox.org> | 2005-06-08 13:43:20 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2005-06-08 13:43:20 +0000 |
| commit | 9415629f4c3cf7e81aa89e37bcd0b26c24103ed9 (patch) | |
| tree | 325c9ac0d9753b861ab423a144ccee6bec66c058 /apps/codecs | |
| parent | 668205f4274d334625edc62253b9c2a35e764f09 (diff) | |
| download | rockbox-9415629f4c3cf7e81aa89e37bcd0b26c24103ed9.zip rockbox-9415629f4c3cf7e81aa89e37bcd0b26c24103ed9.tar.gz rockbox-9415629f4c3cf7e81aa89e37bcd0b26c24103ed9.tar.bz2 rockbox-9415629f4c3cf7e81aa89e37bcd0b26c24103ed9.tar.xz | |
Oops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6610 a1c6a512-1295-4272-9138-f99709370657
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) { |