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, 3 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index cddebb6..231b612 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -169,7 +169,9 @@ struct codec_api ci = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
-
+#ifdef CPU_ARM
+ __div0,
+#endif
};
void codec_get_full_path(char *path, const char *codec_root_fn)