mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge revision(s) 40476: [Backport #8332]
* thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION. This fixes a compilation failure while cross-compiling for ARM. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4a90d9e8a5
commit
a2ac434a07
3 changed files with 7 additions and 1 deletions
|
@ -687,6 +687,7 @@ ruby_init_stack(volatile VALUE *addr
|
|||
/* it should be on co-routine (alternative stack). [Feature #2294] */
|
||||
{
|
||||
void *start, *end;
|
||||
STACK_GROW_DIR_DETECTION;
|
||||
|
||||
if (IS_STACK_DIR_UPPER()) {
|
||||
start = native_main_thread.stack_start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue