diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r-- | apps/plugins/test_codec.c | 5 |
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) 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; |