mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Increase STACKFRAME_FOR_CALL_CFUNC
On below env, miniruby requires 568 and ruby requires 838 to pass. * ruby -v: ruby 2.5.0dev (2017-08-28 trunk 59670) [x86_64-freebsd10.3] * gcc8 (FreeBSD Ports Collection) 8.0.0 20170828 (experimental) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4446f52896
commit
c5e4070c92
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -4033,7 +4033,7 @@ stack_check(rb_thread_t *th, int water_mark)
|
|||
#define stack_check(th, water_mark) FALSE
|
||||
#endif
|
||||
|
||||
#define STACKFRAME_FOR_CALL_CFUNC 512
|
||||
#define STACKFRAME_FOR_CALL_CFUNC 838
|
||||
|
||||
int
|
||||
rb_threadptr_stack_check(rb_thread_t *th)
|
||||
|
|
Loading…
Reference in a new issue