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

Commit

Permalink
don't override arm calling convention
Browse files Browse the repository at this point in the history
  • Loading branch information
TimNN committed Nov 4, 2016
1 parent f03ba5a commit 592717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builtins/int_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#if __ARM_EABI__
# define ARM_EABI_FNALIAS(aeabi_name, name) \
void __aeabi_##aeabi_name() __attribute__((alias("__" #name)));
# define COMPILER_RT_ABI __attribute__((pcs("aapcs")))
# define COMPILER_RT_ABI
#else
# define ARM_EABI_FNALIAS(aeabi_name, name)
# define COMPILER_RT_ABI
Expand Down

0 comments on commit 592717e

Please sign in to comment.