From baa849443f6e1cd91ab48f17d5967e4a60bfc93f Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 27 Oct 2017 19:08:31 +0000 Subject: `th` -> `ec` for `rb_insn_func_t`. * vm_core.h (rb_insn_func_t): accepts `ec` instead of `th`. * vm_insnhelper.c (rb_vm_opt_struct_aref): ditto. * vm_insnhelper.c (rb_vm_opt_struct_aset): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index ab802e4c9e..73805a131e 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1000,7 +1000,7 @@ typedef VALUE CDHASH; #endif typedef rb_control_frame_t * - (FUNC_FASTCALL(*rb_insn_func_t))(rb_thread_t *, rb_control_frame_t *); + (FUNC_FASTCALL(*rb_insn_func_t))(rb_execution_context_t *, rb_control_frame_t *); #define VM_TAGGED_PTR_SET(p, tag) ((VALUE)(p) | (tag)) #define VM_TAGGED_PTR_REF(v, mask) ((void *)((v) & ~mask)) -- cgit v1.2.3