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:
Thomas Martitz 2010-09-09 14:28:58 +00:00
parent 28b30d4772
commit 6af762f2bf
3 changed files with 6 additions and 10 deletions

View file

@ -118,10 +118,8 @@ struct codec_api ci = {
semaphore_release,
#endif
#if NUM_CORES > 1
cpucache_flush,
cpucache_invalidate,
#endif
/* strings and memory */
strcpy,