aboutsummaryrefslogtreecommitdiffstats
path: root/llabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'llabs.c')
-rw-r--r--llabs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/llabs.c b/llabs.c
index edf4c82..6aa6362 100644
--- a/llabs.c
+++ b/llabs.c
@@ -10,6 +10,7 @@ liberror_llabs(long long int i)
#else
if (i != LLONG_MIN)
return llabs(i);
+ liberror_save_backtrace(NULL);
liberror_set_error_errno("The absolute value of largest negative integer "
"cannot be represented as a signed integer",
"llabs", EOVERFLOW);