aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index 4a59286ef3..d5253509d1 100644
--- a/iseq.c
+++ b/iseq.c
@@ -1365,7 +1365,7 @@ rb_iseq_disasm(const rb_iseq_t *iseq)
unsigned int size;
int i;
long l;
- ID *tbl;
+ const ID *tbl;
size_t n;
enum {header_minlen = 72};