summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/havegecollect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/havegecollect.c b/src/havegecollect.c
index 02831b8..c83e961 100644
--- a/src/havegecollect.c
+++ b/src/havegecollect.c
@@ -458,7 +458,7 @@ static void havege_ndinit( /* RETURN: None */
if (0 != (h_ptr->havege_opts & H_DEBUG_COMPILE)) {
h_ptr->print_msg("Address %u=%p\n", i, addr[i]);
}
- RESULT[i] = abs(addr[i] - addr[LOOP_CT]);
+ RESULT[i] = labs(addr[i] - addr[LOOP_CT]);
if (i > 0 && 0 != (h_ptr->havege_opts & H_DEBUG_LOOP)) {
h_ptr->print_msg("Loop %u: offset=%u, delta=%u\n", i,RESULT[i],RESULT[i-1]-RESULT[i]);
}