forked from len0rd/rockbox
codecs_crt0.c needs to call cpucache_invalidate after copying code around.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28052 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28b30d4772
commit
6af762f2bf
3 changed files with 6 additions and 10 deletions
|
@ -118,10 +118,8 @@ struct codec_api ci = {
|
|||
semaphore_release,
|
||||
#endif
|
||||
|
||||
#if NUM_CORES > 1
|
||||
cpucache_flush,
|
||||
cpucache_invalidate,
|
||||
#endif
|
||||
|
||||
/* strings and memory */
|
||||
strcpy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue