From a8868b3fe56384d9f57ff5803bd843b26afa1584 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 26 Oct 2017 23:33:59 +0000 Subject: rb_vm_bh_to_procval() accepts `ec` instead of `th`. * vm_insnhelper.c (rb_vm_bh_to_procval): accepts `ec` instead of `th`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_args.c') diff --git a/vm_args.c b/vm_args.c index 3774cefafc..e8bf5323d3 100644 --- a/vm_args.c +++ b/vm_args.c @@ -477,7 +477,7 @@ static inline void args_setup_block_parameter(rb_thread_t *th, struct rb_calling_info *calling, VALUE *locals) { VALUE block_handler = calling->block_handler; - *locals = rb_vm_bh_to_procval(th, block_handler); + *locals = rb_vm_bh_to_procval(th->ec, block_handler); } struct fill_values_arg { -- cgit v1.2.3