mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
need to mark script_lines
This commit is contained in:
parent
acb2f86caa
commit
cbf2078a25
Notes:
git
2021-10-29 02:00:31 +09:00
1 changed files with 1 additions and 0 deletions
1
iseq.c
1
iseq.c
|
@ -347,6 +347,7 @@ rb_iseq_mark(const rb_iseq_t *iseq)
|
|||
|
||||
rb_gc_mark_movable(body->variable.coverage);
|
||||
rb_gc_mark_movable(body->variable.pc2branchindex);
|
||||
rb_gc_mark_movable(body->variable.script_lines);
|
||||
rb_gc_mark_movable(body->location.label);
|
||||
rb_gc_mark_movable(body->location.base_label);
|
||||
rb_gc_mark_movable(body->location.pathobj);
|
||||
|
|
Loading…
Add table
Reference in a new issue