mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
d17344cfc5
commit
659eda7f83
1 changed files with 2 additions and 2 deletions
|
@ -966,9 +966,9 @@ thread_start_func_1(void *th_ptr)
|
|||
native_thread_init(th);
|
||||
/* run */
|
||||
#if defined USE_NATIVE_THREAD_INIT
|
||||
thread_start_func_2(th, th->ec->machine.stack_start);
|
||||
thread_start_func_2(th, th->ec->machine.stack_start);
|
||||
#else
|
||||
thread_start_func_2(th, &stack_start);
|
||||
thread_start_func_2(th, &stack_start);
|
||||
#endif
|
||||
}
|
||||
#if USE_THREAD_CACHE
|
||||
|
|
Loading…
Add table
Reference in a new issue