mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix RoLo on MIPS targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
398e1059c5
commit
48203093ce
2 changed files with 2 additions and 1 deletions
|
|
@ -189,6 +189,7 @@ void __dcache_invalidate_all(void)
|
|||
__CACHE_OP(DCIndexStTag, i);
|
||||
}
|
||||
|
||||
void __dcache_writeback_all(void) __attribute__ ((section(".icode")));
|
||||
void __dcache_writeback_all(void)
|
||||
{
|
||||
unsigned int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue