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:
parent
1b7455e910
commit
f0f24a3b4a
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue