Bug #2584 » check_block.patch
vm_insnhelper.h (working copy) | ||
---|---|---|
} while (0)
|
||
#define GET_BLOCK_PTR() \
|
||
((rb_block_t *)(GC_GUARDED_PTR_REF(GET_LFP()[0])))
|
||
((rb_block_t *)(GET_LFP()[0] & 0x02 ? 0 : GC_GUARDED_PTR_REF(GET_LFP()[0])))
|
||
/**********************************************************/
|
||
/* deal with control flow 3: exception */
|