summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/addsf3.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/addsf3.c')
-rw-r--r--compiler-rt/lib/addsf3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/addsf3.c b/compiler-rt/lib/addsf3.c
index a5d24e19c37..0268324deaa 100644
--- a/compiler-rt/lib/addsf3.c
+++ b/compiler-rt/lib/addsf3.c
@@ -15,7 +15,7 @@
#define SINGLE_PRECISION
#include "fp_lib.h"
-ARM_EABI_FNALIAS(fadd, addsf3);
+ARM_EABI_FNALIAS(fadd, addsf3)
fp_t __addsf3(fp_t a, fp_t b) {
OpenPOWER on IntegriCloud