From 8702a33dd20542262b31e42f2f83c7219e7a55ff Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 29 Oct 2017 14:31:01 +0000 Subject: `th` -> `ec` for VM dump related functions. * vm_dump.c: `th` -> `ec` (and constify) for: * control_frame_dump * rb_vmdebug_stack_dump_raw * rb_vmdebug_debug_print_register * rb_vmdebug_debug_print_pre * rb_vmdebug_debug_print_post git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_exec.h') diff --git a/vm_exec.h b/vm_exec.h index 41e75bc234..2acfad051a 100644 --- a/vm_exec.h +++ b/vm_exec.h @@ -27,7 +27,7 @@ typedef rb_iseq_t *ISEQ; #if VMDEBUG > 0 #define debugs printf #define DEBUG_ENTER_INSN(insn) \ - rb_vmdebug_debug_print_pre(th, GET_CFP(),GET_PC()); + rb_vmdebug_debug_print_pre(ec, GET_CFP(), GET_PC()); #if OPT_STACK_CACHING #define SC_REGS() , reg_a, reg_b -- cgit v1.2.1