From 260ed991392a387ff9ae5bbd8dba7afd10c1faef Mon Sep 17 00:00:00 2001 From: Dave Hooper Date: Sat, 29 Aug 2009 12:20:04 +0000 Subject: Removed remaining MB usage git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22527 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/asm_mcf5249.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/codecs/lib/asm_mcf5249.h') 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 @@ #ifndef _V_WIDE_MATH #define _V_WIDE_MATH -#define MB() - static inline int32_t MULT32(int32_t x, int32_t y) { asm volatile ("mac.l %[x], %[y], %%acc0;" /* multiply & shift */ -- cgit v1.2.3