From 8dbaf1bbdd92ebac7fd186f072cd35bbf7f6458f Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 7 Nov 2017 08:01:26 +0000 Subject: `rb_execution_context_t *` should not be `th` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60695 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 8e7d9f9fe2..cbd7b83890 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -2771,7 +2771,7 @@ FUNC_FASTCALL(rb_vm_opt_struct_aref)(rb_execution_context_t *ec, rb_control_fram } rb_control_frame_t * -FUNC_FASTCALL(rb_vm_opt_struct_aset)(rb_execution_context_t *th, rb_control_frame_t *reg_cfp) +FUNC_FASTCALL(rb_vm_opt_struct_aset)(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp) { rb_struct_aset(GET_SELF(), TOPN(0), TOPN(1)); return reg_cfp; -- cgit v1.2.3