Mark __fixdfdi/__aeabi_d2lz with COMPILER_RT_ABI so it uses the correct

calling convention for __aeabi_* functions.
This commit is contained in:
Andrew Turner 2014-04-06 09:14:11 +00:00
parent a1e7448e2c
commit 34c7b21956
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264190

View File

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