From 3bbbc439ff0db3215d19850bbc503dc17a206314 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 10 Oct 2015 18:49:05 +0000 Subject: * gc.c (newobj_of_slowpass): fix typo (pass -> path). Pointed out by Yukihiro Matsumoto . * gc.c (newobj_of_...): `of' is unnecessary. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.c') diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 63db490748..0024b56ef2 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -1343,7 +1343,7 @@ vm_callee_setup_arg(rb_thread_t *th, struct rb_calling_info *calling, const stru CI_SET_FASTPATH(cc, (UNLIKELY(ci->flag & VM_CALL_TAILCALL) ? vm_call_iseq_setup_tailcall_0start : - vm_call_iseq_setup_normal_0start), + vm_call_iseq_setup_normal_0start), (!IS_ARGS_SPLAT(ci) && !IS_ARGS_KEYWORD(ci) && !(METHOD_ENTRY_VISI(cc->me) == METHOD_VISI_PROTECTED))); return 0; -- cgit v1.2.3