diff options
Diffstat (limited to 'apps/codec_thread.c')
| -rw-r--r-- | apps/codec_thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c index 0498858..39db741 100644 --- a/apps/codec_thread.c +++ b/apps/codec_thread.c @@ -550,9 +550,9 @@ static void do_callback(void (* callback)(void)) if (callback) { - cpucache_commit_discard(); + commit_discard_idcache(); callback(); - cpucache_commit(); + commit_dcache(); } } |