summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;