summaryrefslogtreecommitdiff
path: root/lib/ucmpdi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ucmpdi2.c')
-rw-r--r--lib/ucmpdi2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ucmpdi2.c b/lib/ucmpdi2.c
index ead72672..f2d3f99f 100644
--- a/lib/ucmpdi2.c
+++ b/lib/ucmpdi2.c
@@ -11,6 +11,7 @@
*
* ===----------------------------------------------------------------------===
*/
+#include "abi.h"
#include "int_lib.h"
@@ -19,7 +20,7 @@
* if (a > b) returns 2
*/
-si_int
+COMPILER_RT_ABI si_int
__ucmpdi2(du_int a, du_int b)
{
udwords x;