Fix linker error __divsi3 for i386

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2012-03-07 11:51:37 +01:00
parent 579a7d8972
commit b864902567

View file

@ -32,7 +32,7 @@
#include "LinphoneManager.h"
#include "linphonecore.h"
#if __clang__ && TARGET_OS_IPHONE
#if __clang__ && __arm__
extern int __divsi3(int a, int b);
int __aeabi_idiv(int a, int b) {
return __divsi3(a,b);