Unify all block_handler getter to check namespace consistently

This commit is contained in:
Satoshi Tagomori 2025-09-20 14:15:42 +09:00 committed by Satoshi Tagomori
parent 58030884d8
commit 81f3591b17

View File

@ -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 */