th is not defined
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b95d9e664d
commit
e413909516
2
vm.c
2
vm.c
@ -2380,7 +2380,7 @@ rb_execution_context_mark(const rb_execution_context_t *ec)
|
|||||||
while (cfp != limit_cfp) {
|
while (cfp != limit_cfp) {
|
||||||
#if VM_CHECK_MODE > 0
|
#if VM_CHECK_MODE > 0
|
||||||
const VALUE *ep = cfp->ep;
|
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
|
#endif
|
||||||
rb_gc_mark(cfp->self);
|
rb_gc_mark(cfp->self);
|
||||||
rb_gc_mark((VALUE)cfp->iseq);
|
rb_gc_mark((VALUE)cfp->iseq);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user