summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/addvti3.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/addvti3.c')
-rw-r--r--compiler-rt/lib/addvti3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/addvti3.c b/compiler-rt/lib/addvti3.c
index afc3e3b9057..3df1a742ce3 100644
--- a/compiler-rt/lib/addvti3.c
+++ b/compiler-rt/lib/addvti3.c
@@ -28,12 +28,12 @@ __addvti3(ti_int a, ti_int b)
if (b >= 0)
{
if (s < a)
- abort();
+ compilerrt_abort();
}
else
{
if (s >= a)
- abort();
+ compilerrt_abort();
}
return s;
}
OpenPOWER on IntegriCloud