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 a220e8c429..24082de637 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -335,8 +335,8 @@ static const struct plugin_api rockbox_api = {
335#ifdef RB_PROFILE 335#ifdef RB_PROFILE
336 profile_thread, 336 profile_thread,
337 profstop, 337 profstop,
338 profile_func_enter, 338 __cyg_profile_func_enter,
339 profile_func_exit, 339 __cyg_profile_func_exit,
340#endif 340#endif
341 341
342#ifdef SIMULATOR 342#ifdef SIMULATOR