forked from len0rd/rockbox
Fix an oops in ARMv6 flush_icache.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17301 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f7a72f311
commit
f74cf934d6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ static inline void flush_icache(void)
|
|||
/* Clean entire data cache */
|
||||
"mcr p15, 0, %0, c7, c10, 0 \n"
|
||||
/* Data synchronization barrier */
|
||||
"mcr p15, 0, r2, c7, c10, 4 \n"
|
||||
"mcr p15, 0, %0, c7, c10, 4 \n"
|
||||
: : "r"(0)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue