aboutsummaryrefslogtreecommitdiff
path: root/lib/clzdi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clzdi2.c')
-rw-r--r--lib/clzdi2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/clzdi2.c b/lib/clzdi2.c
index 213277712..c281945ff 100644
--- a/lib/clzdi2.c
+++ b/lib/clzdi2.c
@@ -1,6 +1,6 @@
/* ===-- clzdi2.c - Implement __clzdi2 -------------------------------------===
*
- * The LLVM Compiler Infrastructure
+ * The LLVM Compiler Infrastructure
*
* This file is dual licensed under the MIT and the University of Illinois Open
* Source Licenses. See LICENSE.TXT for details.
@@ -11,6 +11,7 @@
*
* ===----------------------------------------------------------------------===
*/
+#include "abi.h"
#include "int_lib.h"
@@ -18,7 +19,7 @@
/* Precondition: a != 0 */
-si_int
+COMPILER_RT_ABI si_int
__clzdi2(di_int a)
{
dwords x;