Fix building of test_codec

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31343 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2011-12-17 13:43:54 +00:00
parent 1b7455e910
commit f0f24a3b4a

View file

@ -603,8 +603,9 @@ static void init_ci(void)
ci.profile_func_exit = rb->profile_func_exit;
#endif
ci.cpucache_invalidate = rb->cpucache_invalidate;
ci.cpucache_flush = rb->cpucache_flush;
ci.commit_dcache = rb->commit_dcache;
ci.commit_discard_dcache = rb->commit_discard_dcache;
ci.commit_discard_idcache = rb->commit_discard_idcache;
#if NUM_CORES > 1
ci.create_thread = rb->create_thread;