summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 2c8d6cf6c2..a73db7ab43 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -383,7 +383,7 @@ struct rb_iseq_constant_body {
rb_iseq_location_t location;
/* insn info, must be freed */
- const struct iseq_line_info_entry *line_info_table;
+ const struct iseq_insn_info_entry *insns_info;
const ID *local_table; /* must free */
@@ -408,7 +408,7 @@ struct rb_iseq_constant_body {
unsigned int is_size;
unsigned int ci_size;
unsigned int ci_kw_size;
- unsigned int line_info_size;
+ unsigned int insns_info_size;
unsigned int stack_max; /* for stack overflow check */
};