mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove lv_len and use nlocals - 1 instead.
Check that `lv`'s length is always `nlocals - 1`.
This commit is contained in:
@@ -41,7 +41,7 @@ typedef struct mrb_irep {
|
||||
uint16_t *lines;
|
||||
struct mrb_irep_debug_info* debug_info;
|
||||
|
||||
size_t ilen, plen, slen, rlen, lv_len, refcnt;
|
||||
size_t ilen, plen, slen, rlen, refcnt;
|
||||
} mrb_irep;
|
||||
|
||||
#define MRB_ISEQ_NO_FREE 1
|
||||
|
||||
Reference in New Issue
Block a user