From d3be3d71022f091958b339e15d790e2d760ee576 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 14 Jun 2007 08:37:13 +0000 Subject: [PATCH] fix previous change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.ci | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) {