summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/havegetune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/havegetune.c b/src/havegetune.c
index de39c53..6f14476 100644
--- a/src/havegetune.c
+++ b/src/havegetune.c
@@ -187,7 +187,7 @@ void havege_tune( /* RETURN: none */
*bp++ = BUILD_CPUID;
#endif
#if NUMBER_CORES>1
- *bp++ = BUILD_THREAD;
+ *bp++ = BUILD_THREADS;
#endif
#ifdef ONLINE_TESTS_ENABLE
*bp++ = BUILD_OLT;