зеркало из https://github.com/github/ruby.git
* vm_insnhelper.c (vm_call_method): fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9eef2ad282
Коммит
34df0e5c9f
|
@ -570,7 +570,6 @@ vm_call_method(rb_thread_t *th, rb_control_frame_t *cfp,
|
|||
|
||||
goto start_method_dispatch;
|
||||
}
|
||||
break;
|
||||
case OPTIMIZED_METHOD_TYPE_CALL: {
|
||||
rb_proc_t *proc;
|
||||
int argc = num;
|
||||
|
@ -580,8 +579,8 @@ vm_call_method(rb_thread_t *th, rb_control_frame_t *cfp,
|
|||
cfp->sp -= num + 1;
|
||||
|
||||
val = rb_vm_invoke_proc(th, proc, proc->block.self, argc, argv, blockptr);
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
rb_bug("eval_invoke_method: unsupported optimized method type (%d)",
|
||||
me->body.optimize_type);
|
||||
|
|
Загрузка…
Ссылка в новой задаче