summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index d36c92fbf9..0d08875afd 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -373,6 +373,7 @@ struct rb_iseq_constant_body {
/* insn info, must be freed */
struct iseq_insn_info {
const struct iseq_insn_info_entry *body;
+ const unsigned int *positions;
unsigned int size;
} insns_info;