mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add const to irep structure to place data on ROM.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user