mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Unify all block_handler getter to check namespace consistently
This commit is contained in:
parent
58030884d8
commit
81f3591b17
@ -144,7 +144,7 @@ CC_SET_FASTPATH(const struct rb_callcache *cc, vm_call_handler func, bool enable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define GET_BLOCK_HANDLER() VM_ENV_BLOCK_HANDLER(VM_EP_LEP(GET_EP()))
|
#define GET_BLOCK_HANDLER() VM_CF_BLOCK_HANDLER(GET_CFP())
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
/* deal with control flow 3: exception */
|
/* deal with control flow 3: exception */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user