aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index e62d43d4aa..73b6be52f6 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -225,8 +225,7 @@ struct iseq_inline_cache_entry {
};
struct iseq_inline_iv_cache_entry {
- rb_serial_t ic_serial;
- size_t index;
+ struct rb_iv_index_tbl_entry *entry;
};
union iseq_inline_storage_entry {