diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-25 09:56:30 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-25 09:56:30 +0000 |
| commit | 9c50139793fc5b8b937d9bc1864018ed9eeebdbf (patch) | |
| tree | a6c24194e03d0b5ce385ff24bf5328cce7cdf218 /thread.c | |
| parent | 5d95428bbe2c10451a6a7a91a8d04f68d06f3a2a (diff) | |
merges r20976 from trunk into ruby_1_9_1.
* thread.c (thread_start_func_2): sets native thread key.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
| -rw-r--r-- | thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
