aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.ci
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-14 08:37:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-14 08:37:13 +0000
commitd3be3d71022f091958b339e15d790e2d760ee576 (patch)
treef2eeccf469b663b52af06b06edc3e64aa30cd3a6 /thread_pthread.ci
parent3cd5af52e9b321be3d3e4071359c637f0eb3bf34 (diff)
downloadruby-d3be3d71022f091958b339e15d790e2d760ee576.tar.gz
fix previous change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.ci')
-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) {