vm.c (cipush): push block information in the callinfoa; fix #5786

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-09-01 18:57:19 +09:00
parent 4f0679bb86
commit eecb6cc080
2 changed files with 31 additions and 34 deletions
+1
View File
@@ -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 {