mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations for android builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
462771066b
commit
bf301fdbb6
3 changed files with 3 additions and 3 deletions
|
@ -615,7 +615,7 @@ static void init_ci(void)
|
|||
ci.semaphore_release = rb->semaphore_release;
|
||||
#endif
|
||||
|
||||
#ifdef CPU_ARM
|
||||
#if defined(CPU_ARM) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
ci.__div0 = rb->__div0;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue