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:
parent
d7670647e5
commit
d71b531c25
1 changed files with 1 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ static inline uint32_t swap_odd_even32(uint32_t value)
|
||||||
"swap.w\t%0,%0\n"
|
"swap.w\t%0,%0\n"
|
||||||
"swap.b\t%0,%0\n"
|
"swap.b\t%0,%0\n"
|
||||||
"swap.w\t%0,%0\n" : "+r"(value));
|
"swap.w\t%0,%0\n" : "+r"(value));
|
||||||
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define invalidate_icache()
|
#define invalidate_icache()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue