diff options
Diffstat (limited to 'apps/codecs.h')
-rw-r--r-- | apps/codecs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h index 7e4fe948c2..97b33ec9ad 100644 --- a/apps/codecs.h +++ b/apps/codecs.h | |||
@@ -156,7 +156,7 @@ struct codec_api { | |||
156 | void (*configure)(int setting, intptr_t value); | 156 | void (*configure)(int setting, intptr_t value); |
157 | 157 | ||
158 | /* kernel/ system */ | 158 | /* kernel/ system */ |
159 | #ifdef CPU_ARM | 159 | #if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE |
160 | void (*__div0)(void); | 160 | void (*__div0)(void); |
161 | #endif | 161 | #endif |
162 | void (*sleep)(int ticks); | 162 | void (*sleep)(int ticks); |