summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index c31fd843b3..24490dd04b 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -138,8 +138,8 @@ struct codec_api ci = {
138#ifdef RB_PROFILE 138#ifdef RB_PROFILE
139 profile_thread, 139 profile_thread,
140 profstop, 140 profstop,
141 profile_func_enter, 141 __cyg_profile_func_enter,
142 profile_func_exit, 142 __cyg_profile_func_exit,
143#endif 143#endif
144 144
145#if defined(HAVE_RECORDING) && !defined(SIMULATOR) 145#if defined(HAVE_RECORDING) && !defined(SIMULATOR)