From b0befadad1d9ec691ba647b948422e66a43f3674 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 24 Jan 2009 03:47:09 +0000 Subject: Include divide-by-zero handling within plugins and codecs for ARM processors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19834 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index a19a08b..1e86b4d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -627,6 +627,9 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ +#ifdef CPU_ARM + __div0, +#endif }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.1