aboutsummaryrefslogtreecommitdiff
path: root/test/builtins/Unit/ffsti2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/ffsti2_test.c')
-rw-r--r--test/builtins/Unit/ffsti2_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/builtins/Unit/ffsti2_test.c b/test/builtins/Unit/ffsti2_test.c
index f944ed0a1e45..396269d51369 100644
--- a/test/builtins/Unit/ffsti2_test.c
+++ b/test/builtins/Unit/ffsti2_test.c
@@ -19,7 +19,7 @@
// Returns: the index of the least significant 1-bit in a, or
// the value zero if a is zero. The least significant bit is index one.
-si_int __ffsti2(ti_int a);
+COMPILER_RT_ABI si_int __ffsti2(ti_int a);
int test__ffsti2(ti_int a, si_int expected)
{