summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 0614e660dc..700c33f224 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -201,6 +201,7 @@ struct rb_iseq_struct {
VALUE *iseq_encoded; /* encoded iseq */
unsigned long iseq_size;
VALUE mark_ary; /* Array: includes operands which should be GC marked */
+ VALUE coverage; /* coverage array */
/* insn info, must be freed */
struct iseq_insn_info_entry *insn_info_table;
@@ -448,6 +449,7 @@ struct rb_thread_struct
struct rb_vm_trap_tag *trap_tag;
int parse_in_eval;
+ int mild_compile_error;
/* storage */
st_table *local_storage;