mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Mark __fixdfdi/__aeabi_d2lz with COMPILER_RT_ABI so it uses the correct
calling convention for __aeabi_* functions.
This commit is contained in:
parent
a1e7448e2c
commit
34c7b21956
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264190
@ -25,7 +25,7 @@
|
||||
|
||||
ARM_EABI_FNALIAS(d2lz, fixdfdi)
|
||||
|
||||
di_int
|
||||
COMPILER_RT_ABI di_int
|
||||
__fixdfdi(double a)
|
||||
{
|
||||
double_bits fb;
|
||||
|
Loading…
Reference in New Issue
Block a user