aboutsummaryrefslogtreecommitdiff
path: root/lib/ctzdi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ctzdi2.c')
-rw-r--r--lib/ctzdi2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ctzdi2.c b/lib/ctzdi2.c
index f7ae50fdf..b3d37d01b 100644
--- a/lib/ctzdi2.c
+++ b/lib/ctzdi2.c
@@ -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
__ctzdi2(di_int a)
{
dwords x;