aboutsummaryrefslogtreecommitdiffstats
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 66c3cda792..0120def4b9 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -176,8 +176,8 @@ struct rb_iseq_struct {
unsigned short line_no;
/* insn info, must be freed */
- struct iseq_insn_info_entry *insn_info_table;
- size_t insn_info_size;
+ struct iseq_line_info_entry *line_info_table;
+ size_t line_info_size;
ID *local_table; /* must free */
int local_table_size;