aboutsummaryrefslogtreecommitdiffstats
path: root/mjit_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_worker.c')
-rw-r--r--mjit_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_worker.c b/mjit_worker.c
index 819a4a06ca..8b68cf01a0 100644
--- a/mjit_worker.c
+++ b/mjit_worker.c
@@ -128,7 +128,7 @@ struct rb_mjit_unit {
int id;
// Dlopen handle of the loaded object file.
void *handle;
- const rb_iseq_t *iseq;
+ rb_iseq_t *iseq;
#ifndef _MSC_VER
// This value is always set for `compact_all_jit_code`. Also used for lazy deletion.
char *o_file;