aboutsummaryrefslogtreecommitdiff
path: root/lib/muldi3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/muldi3.c')
-rw-r--r--lib/muldi3.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/muldi3.c b/lib/muldi3.c
index 537b7357f..e6322bf5d 100644
--- a/lib/muldi3.c
+++ b/lib/muldi3.c
@@ -10,7 +10,8 @@
* This file implements __muldi3 for the compiler_rt library.
*
* ===----------------------------------------------------------------------===
- */
+ */
+#include "abi.h"
#include "int_lib.h"
@@ -42,7 +43,7 @@ __muldsi3(su_int a, su_int b)
ARM_EABI_FNALIAS(lmul, muldi3);
-di_int
+COMPILER_RT_ABI di_int
__muldi3(di_int a, di_int b)
{
dwords x;