mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because
alloca is used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ea394a402b
commit
730374e56e
2 changed files with 6 additions and 1 deletions
|
@ -95,7 +95,7 @@ vm_pop_frame(rb_thread_t *th)
|
|||
|
||||
/* method dispatch */
|
||||
|
||||
static inline int
|
||||
static int
|
||||
vm_callee_setup_arg(rb_thread_t *th, rb_iseq_t *iseq,
|
||||
int argc, VALUE *argv, rb_block_t **block)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue