1
0
Fork 0
forked from len0rd/rockbox

Removed remaining MB usage

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22527 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Hooper 2009-08-29 12:20:04 +00:00
parent e9dcb0f145
commit 260ed99139
3 changed files with 0 additions and 22 deletions

View file

@ -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 */