aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 0684e85456..aacdd3b897 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -180,7 +180,7 @@ typedef struct rb_compile_option_struct rb_compile_option_t;
struct iseq_inline_cache_entry {
rb_serial_t ic_serial;
- rb_cref_t *ic_cref;
+ const rb_cref_t *ic_cref;
union {
size_t index;
VALUE value;