Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 592717e

Browse files
committed
don't override arm calling convention
1 parent f03ba5a commit 592717e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/builtins/int_lib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#if __ARM_EABI__
3333
# define ARM_EABI_FNALIAS(aeabi_name, name) \
3434
void __aeabi_##aeabi_name() __attribute__((alias("__" #name)));
35-
# define COMPILER_RT_ABI __attribute__((pcs("aapcs")))
35+
# define COMPILER_RT_ABI
3636
#else
3737
# define ARM_EABI_FNALIAS(aeabi_name, name)
3838
# define COMPILER_RT_ABI

0 commit comments

Comments
 (0)