summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 29a664425a..9e77dd9099 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -119,7 +119,7 @@ struct codec_api ci = {
119 NULL, /* configure */ 119 NULL, /* configure */
120 120
121 /* kernel/ system */ 121 /* kernel/ system */
122#ifdef CPU_ARM 122#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE
123 __div0, 123 __div0,
124#endif 124#endif
125 PREFIX(sleep), 125 PREFIX(sleep),