mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
vm.c (cipush): push block information in the callinfoa; fix #5786
This commit is contained in:
@@ -178,6 +178,7 @@ typedef struct {
|
||||
uint8_t cci; /* called from C function */
|
||||
mrb_sym mid;
|
||||
const struct RProc *proc;
|
||||
struct RProc *blk;
|
||||
mrb_value *stack;
|
||||
const mrb_code *pc; /* current address on iseq of this proc */
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user