Add const to irep structure to place data on ROM.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-23 17:17:21 +09:00
parent 31877043c4
commit ce30a4e04b
+1 -1
View File
@@ -53,7 +53,7 @@ typedef struct mrb_irep {
const mrb_code *iseq;
const mrb_pool_value *pool;
const mrb_sym *syms;
const struct mrb_irep **reps;
const struct mrb_irep * const *reps;
const struct mrb_lvinfo *lv;
/* debug info */