mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
system-arm.c/__div0 are for ARM native builds only
Android can now be built with CPU_ARM defined Needs investigation (and test_codec) to see if/how this helps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27684 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
29b2a049de
commit
851be21f67
5 changed files with 6 additions and 4 deletions
|
@ -119,7 +119,7 @@ struct codec_api ci = {
|
|||
NULL, /* configure */
|
||||
|
||||
/* kernel/ system */
|
||||
#ifdef CPU_ARM
|
||||
#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE
|
||||
__div0,
|
||||
#endif
|
||||
PREFIX(sleep),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue