mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
nakada
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
33baccab78
commit
c5cd237f47
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -985,7 +985,7 @@ Init_stack(addr)
|
||||||
#if defined(__human68k__)
|
#if defined(__human68k__)
|
||||||
extern void *_SEND;
|
extern void *_SEND;
|
||||||
rb_gc_stack_start = _SEND;
|
rb_gc_stack_start = _SEND;
|
||||||
#elsif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
rb_gc_stack_start = __builtin_frame_address(2);
|
rb_gc_stack_start = __builtin_frame_address(2);
|
||||||
#else
|
#else
|
||||||
VALUE start;
|
VALUE start;
|
||||||
|
|
Loading…
Add table
Reference in a new issue