summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2011-12-17 13:43:54 +0000
committerNils Wallménius <nils@rockbox.org>2011-12-17 13:43:54 +0000
commitf0f24a3b4a516ba73ff7570db81abda8ed8bc0e6 (patch)
treea54e566faeb8b2f36fe0871a9e59aaf32352f87f /apps/plugins/test_codec.c
parent1b7455e910d1705d8ec8642621c507cb3262ed7d (diff)
downloadrockbox-f0f24a3b4a516ba73ff7570db81abda8ed8bc0e6.tar.gz
rockbox-f0f24a3b4a516ba73ff7570db81abda8ed8bc0e6.zip
Fix building of test_codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31343 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 6c3fca242c..6e1b3b6f9e 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -603,8 +603,9 @@ static void init_ci(void)
603 ci.profile_func_exit = rb->profile_func_exit; 603 ci.profile_func_exit = rb->profile_func_exit;
604#endif 604#endif
605 605
606 ci.cpucache_invalidate = rb->cpucache_invalidate; 606 ci.commit_dcache = rb->commit_dcache;
607 ci.cpucache_flush = rb->cpucache_flush; 607 ci.commit_discard_dcache = rb->commit_discard_dcache;
608 ci.commit_discard_idcache = rb->commit_discard_idcache;
608 609
609#if NUM_CORES > 1 610#if NUM_CORES > 1
610 ci.create_thread = rb->create_thread; 611 ci.create_thread = rb->create_thread;