aboutsummaryrefslogtreecommitdiff
path: root/lib/lshrdi3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lshrdi3.c')
-rw-r--r--lib/lshrdi3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lshrdi3.c b/lib/lshrdi3.c
index 7468cb739..911edb191 100644
--- a/lib/lshrdi3.c
+++ b/lib/lshrdi3.c
@@ -11,6 +11,7 @@
*
* ===----------------------------------------------------------------------===
*/
+#include "abi.h"
#include "int_lib.h"
@@ -20,7 +21,7 @@
ARM_EABI_FNALIAS(llsr, lshrdi3);
-di_int
+COMPILER_RT_ABI di_int
__lshrdi3(di_int a, si_int b)
{
const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT);