summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 12:49:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 12:49:01 +0000
commit730374e56e60f9e9d6b7aafd9f80902fd7fcd30b (patch)
tree1c68a02a62e8846b0fd5193f351bcd3079456498 /vm_insnhelper.c
parentea394a402bc3312b250d6ecd415a490c9af68584 (diff)
* 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
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index a7684e110e..ee2fc99c64 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -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)
{