1
0
Fork 0
forked from len0rd/rockbox

Fix the rest of them I hope.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12958 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-03-29 06:00:14 +00:00
parent d7670647e5
commit d71b531c25

View file

@ -294,6 +294,7 @@ static inline uint32_t swap_odd_even32(uint32_t value)
"swap.w\t%0,%0\n"
"swap.b\t%0,%0\n"
"swap.w\t%0,%0\n" : "+r"(value));
return value;
}
#define invalidate_icache()