summaryrefslogtreecommitdiff
path: root/apps/codec_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codec_thread.c')
-rw-r--r--apps/codec_thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c
index 0498858be2..39db741054 100644
--- a/apps/codec_thread.c
+++ b/apps/codec_thread.c
@@ -550,9 +550,9 @@ static void do_callback(void (* callback)(void))
550 550
551 if (callback) 551 if (callback)
552 { 552 {
553 cpucache_commit_discard(); 553 commit_discard_idcache();
554 callback(); 554 callback();
555 cpucache_commit(); 555 commit_dcache();
556 } 556 }
557} 557}
558 558