* thread.c (thread_start_func_2): sets native thread key.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-12-24 16:52:38 +00:00
Родитель 823cfeed89
Коммит 011fc2649d
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Thu Dec 25 01:52:34 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread.c (thread_start_func_2): sets native thread key.
Thu Dec 25 01:09:23 2008 TAKAO Kouji <kouji@takao7.net>
* test/readline/test_readline_history.rb: check the encoding that

Просмотреть файл

@ -362,6 +362,8 @@ thread_start_func_2(rb_thread_t *th, VALUE *stack_start, VALUE *register_stack_s
rb_thread_t *main_th;
VALUE errinfo = Qnil;
ruby_thread_set_native(th);
th->machine_stack_start = stack_start;
#ifdef __ia64
th->machine_register_stack_start = register_stack_start;