summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/asm_mcf5249.h
diff options
context:
space:
mode:
authorDave Hooper <dave@beermex.com>2009-08-29 12:20:04 +0000
committerDave Hooper <dave@beermex.com>2009-08-29 12:20:04 +0000
commit260ed991392a387ff9ae5bbd8dba7afd10c1faef (patch)
treec0468e65d15081ec183921915ff10afc68aeb8bd /apps/codecs/lib/asm_mcf5249.h
parente9dcb0f1457f83b33bd9778e9df4caff44ead6c1 (diff)
downloadrockbox-260ed991392a387ff9ae5bbd8dba7afd10c1faef.tar.gz
rockbox-260ed991392a387ff9ae5bbd8dba7afd10c1faef.zip
Removed remaining MB usage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22527 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/asm_mcf5249.h')
-rw-r--r--apps/codecs/lib/asm_mcf5249.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/lib/asm_mcf5249.h b/apps/codecs/lib/asm_mcf5249.h
index 88b7961431..8378accb2a 100644
--- a/apps/codecs/lib/asm_mcf5249.h
+++ b/apps/codecs/lib/asm_mcf5249.h
@@ -27,8 +27,6 @@
27#ifndef _V_WIDE_MATH 27#ifndef _V_WIDE_MATH
28#define _V_WIDE_MATH 28#define _V_WIDE_MATH
29 29
30#define MB()
31
32static inline int32_t MULT32(int32_t x, int32_t y) { 30static inline int32_t MULT32(int32_t x, int32_t y) {
33 31
34 asm volatile ("mac.l %[x], %[y], %%acc0;" /* multiply & shift */ 32 asm volatile ("mac.l %[x], %[y], %%acc0;" /* multiply & shift */