diff options
Diffstat (limited to 'apps/codecs.c')
| -rw-r--r-- | apps/codecs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs.c b/apps/codecs.c index c31fd84..24490dd 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -138,8 +138,8 @@ struct codec_api ci = { #ifdef RB_PROFILE profile_thread, profstop, - profile_func_enter, - profile_func_exit, + __cyg_profile_func_enter, + __cyg_profile_func_exit, #endif #if defined(HAVE_RECORDING) && !defined(SIMULATOR) |