Hi, On Sun, Sep 5, 2010 at 10:17 PM, Mikko Vartiainen <mvartiai...@gmail.com> wrote: > 65309 10.5653 libgcc_s.so.1 __aeabi_f2ulz
It looks like the game is doing type conversions too often. This particular function (__aeabi_f2ulz) converts floats to unsigned long. (see here for complete list http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043a/IHI0043A_rtabi.pdf) BTW, Cortex-A8 also lacks integer division which needs to be done in software, that's why you see __aeabi_uidivmod and the likes... RCL _______________________________________________ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev