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