diff options
Diffstat (limited to 'compiler-rt/lib/builtins/ashrti3.c')
-rw-r--r-- | compiler-rt/lib/builtins/ashrti3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/ashrti3.c b/compiler-rt/lib/builtins/ashrti3.c index 6161bd599a1..f78205d961e 100644 --- a/compiler-rt/lib/builtins/ashrti3.c +++ b/compiler-rt/lib/builtins/ashrti3.c @@ -20,7 +20,7 @@ /* Precondition: 0 <= b < bits_in_tword */ -ti_int +COMPILER_RT_ABI ti_int __ashrti3(ti_int a, si_int b) { const int bits_in_dword = (int)(sizeof(di_int) * CHAR_BIT); |