summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thread_pthread.ci6
1 files changed, 5 insertions, 1 deletions
diff --git a/thread_pthread.ci b/thread_pthread.ci
index c1f5c42249..18f3577111 100644
--- a/thread_pthread.ci
+++ b/thread_pthread.ci
@@ -111,7 +111,11 @@ thread_start_func_1(void *th_ptr)
VALUE stack_start;
/* run */
- thread_start_func_2(th, &stack_start, rb_ia64_bsp());
+ thread_start_func_2(th, &stack_start
+#ifdef __ia64
+ , rb_ia64_bsp()
+#endif
+ );
}
#if USE_THREAD_CACHE
if (1) {