mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Disassemble nop-inserted list
This commit is contained in:
parent
de2afcbf0c
commit
2c12d111cb
1 changed files with 2 additions and 0 deletions
|
@ -1394,6 +1394,8 @@ iseq_setup_insn(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
|
|||
|
||||
debugs("[compile step 3.4 (iseq_insert_nop_between_end_and_cont)]\n");
|
||||
iseq_insert_nop_between_end_and_cont(iseq);
|
||||
if (compile_debug > 5)
|
||||
dump_disasm_list(FIRST_ELEMENT(anchor));
|
||||
|
||||
return COMPILE_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue