Mark __fixdfdi/__aeabi_d2lz with COMPILER_RT_ABI so it uses the correct

calling convention for __aeabi_* functions.
This commit is contained in:
andrew 2014-04-06 09:14:11 +00:00
parent 1c7e53b635
commit 341bd9d288

View File

@ -25,7 +25,7 @@
ARM_EABI_FNALIAS(d2lz, fixdfdi)
di_int
COMPILER_RT_ABI di_int
__fixdfdi(double a)
{
double_bits fb;