]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/builtins/Unit/ffsti2_test.c
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / builtins / Unit / ffsti2_test.c
index f944ed0a1e4560de6b33b4f63c92bdc28cc19c58..396269d51369ab4cc115b38cbf7dd2e0b4aa140e 100644 (file)
@@ -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)
 {