forked from len0rd/rockbox
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
This commit is contained in:
parent
ef8413eb4f
commit
b0befadad1
10 changed files with 65 additions and 6 deletions
|
@ -494,6 +494,9 @@ static void init_ci(void)
|
|||
ci.semaphore_release = rb->semaphore_release;
|
||||
#endif
|
||||
|
||||
#ifdef CPU_ARM
|
||||
ci.__div0 = rb->__div0;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void codec_thread(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue