summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-06-08 13:43:20 +0000
committerThom Johansen <thomj@rockbox.org>2005-06-08 13:43:20 +0000
commit9415629f4c3cf7e81aa89e37bcd0b26c24103ed9 (patch)
tree325c9ac0d9753b861ab423a144ccee6bec66c058
parent668205f4274d334625edc62253b9c2a35e764f09 (diff)
downloadrockbox-9415629f4c3cf7e81aa89e37bcd0b26c24103ed9.tar.gz
rockbox-9415629f4c3cf7e81aa89e37bcd0b26c24103ed9.zip
Oops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6610 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/Tremor/asm_mcf5249.h2
1 files changed, 1 insertions, 1 deletions
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 @@
28 28
29static inline void mcf5249_init_mac(void) { 29static inline void mcf5249_init_mac(void) {
30 int r; 30 int r;
31 asm volatile ("move.l #0x20, %%macsr;"); /* frac, truncate, no saturation */ 31 asm volatile ("move.l #0x20, %macsr;"); /* frac, truncate, no saturation */
32} 32}
33 33
34static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { 34static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {