From 48194f7e00a06d02e0ae7555279cffd61116bdec Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 6 Sep 2017 03:18:19 +0000 Subject: th is not defined git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.c b/vm.c index 3719ab8e9a..b7184f4e1c 100644 --- a/vm.c +++ b/vm.c @@ -2380,7 +2380,7 @@ rb_execution_context_mark(const rb_execution_context_t *ec) while (cfp != limit_cfp) { #if VM_CHECK_MODE > 0 const VALUE *ep = cfp->ep; - VM_ASSERT(!!VM_ENV_FLAGS(ep, VM_ENV_FLAG_ESCAPED) == vm_ep_in_heap_p_(th, ep)); + VM_ASSERT(!!VM_ENV_FLAGS(ep, VM_ENV_FLAG_ESCAPED) == vm_ep_in_heap_p_(GET_THREAD(), ep)); #endif rb_gc_mark(cfp->self); rb_gc_mark((VALUE)cfp->iseq); -- cgit v1.2.3