summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index a220e8c..24082de 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -335,8 +335,8 @@ static const struct plugin_api rockbox_api = {
#ifdef RB_PROFILE
profile_thread,
profstop,
- profile_func_enter,
- profile_func_exit,
+ __cyg_profile_func_enter,
+ __cyg_profile_func_exit,
#endif
#ifdef SIMULATOR