diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 48fceb9..ec5c8e9 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -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) |