From f0f24a3b4a516ba73ff7570db81abda8ed8bc0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Sat, 17 Dec 2011 13:43:54 +0000 Subject: Fix building of test_codec git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31343 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_codec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 6c3fca2..6e1b3b6 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -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; -- cgit v1.1