summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/asm_mcf5249.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-06-08 13:49:09 +0000
committerThom Johansen <thomj@rockbox.org>2005-06-08 13:49:09 +0000
commitf6d3cebdfa9995b72e4761c6de9b38bb87965653 (patch)
treea77517cd86c3e13b182ab9f81ac911f3394e6648 /apps/codecs/Tremor/asm_mcf5249.h
parentfa148bb81260844a77ef2f988f46fb8584bfb3a2 (diff)
downloadrockbox-f6d3cebdfa9995b72e4761c6de9b38bb87965653.tar.gz
rockbox-f6d3cebdfa9995b72e4761c6de9b38bb87965653.zip
Kill warning. I suck.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6612 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/asm_mcf5249.h')
-rw-r--r--apps/codecs/Tremor/asm_mcf5249.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/asm_mcf5249.h b/apps/codecs/Tremor/asm_mcf5249.h
index 35830772e5..811148a8c8 100644
--- a/apps/codecs/Tremor/asm_mcf5249.h
+++ b/apps/codecs/Tremor/asm_mcf5249.h
@@ -27,7 +27,6 @@
27#define MB() 27#define MB()
28 28
29static inline void mcf5249_init_mac(void) { 29static inline void mcf5249_init_mac(void) {
30 int r;
31 asm volatile ("move.l #0x20, %macsr;"); /* frac, truncate, no saturation */ 30 asm volatile ("move.l #0x20, %macsr;"); /* frac, truncate, no saturation */
32} 31}
33 32