summaryrefslogtreecommitdiffstats
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
commit9c82a16cb1393f7f9f177a783fddfe6ba937628a (patch)
treef2eeccf469b663b52af06b06edc3e64aa30cd3a6 /thread_pthread.ci
parentc239a58ad56a33f4a55e879a2ca5a1bea65ab973 (diff)
downloadruby-9c82a16cb1393f7f9f177a783fddfe6ba937628a.tar.gz
ruby-9c82a16cb1393f7f9f177a783fddfe6ba937628a.tar.xz
ruby-9c82a16cb1393f7f9f177a783fddfe6ba937628a.zip
fix previous change.
git-svn-id: http://svn.ruby-lang.org/repos/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 c1f5c4224..18f357711 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) {