aboutsummaryrefslogtreecommitdiff
path: root/test/builtins/Unit/mulvti3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/mulvti3_test.c')
-rw-r--r--test/builtins/Unit/mulvti3_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/builtins/Unit/mulvti3_test.c b/test/builtins/Unit/mulvti3_test.c
index 6336f4550e0d..bf2f7316ba19 100644
--- a/test/builtins/Unit/mulvti3_test.c
+++ b/test/builtins/Unit/mulvti3_test.c
@@ -20,7 +20,7 @@
// Effects: aborts if a * b overflows
-ti_int __mulvti3(ti_int a, ti_int b);
+COMPILER_RT_ABI ti_int __mulvti3(ti_int a, ti_int b);
int test__mulvti3(ti_int a, ti_int b, ti_int expected)
{