mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
compile.c: do not dump pointers
* compile.c (ibf_dump_iseq_each): ensure succ_index_table pointer field to be 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e9c2fe4e95
commit
d1c9c0add4
1 changed files with 1 additions and 0 deletions
|
@ -8782,6 +8782,7 @@ ibf_dump_iseq_each(struct ibf_dump *dump, const rb_iseq_t *iseq)
|
|||
#if VM_INSN_INFO_TABLE_IMPL == 2
|
||||
positions = rb_iseq_insns_info_decode_positions(&dump_body);
|
||||
dump_body.insns_info.positions = positions;
|
||||
dump_body.insns_info.succ_index_table = 0;
|
||||
#endif
|
||||
dump_body.insns_info.positions = ibf_dump_insns_info_positions(dump, &dump_body);
|
||||
#if VM_INSN_INFO_TABLE_IMPL == 2
|
||||
|
|
Loading…
Add table
Reference in a new issue