mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo.
* vm_exec.h (DEBUG_END_INSN()): use `ec` instead of `th`. This macro is used when `VMDEBUG > 0`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e5a3bfb3da
commit
a810a1a78c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ typedef rb_iseq_t *ISEQ;
|
|||
#endif
|
||||
|
||||
#define DEBUG_END_INSN() \
|
||||
rb_vmdebug_debug_print_post(th, GET_CFP() SC_REGS());
|
||||
rb_vmdebug_debug_print_post(ec, GET_CFP() SC_REGS());
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in a new issue