diff options
author | Takashi Kokubun <[email protected]> | 2023-08-16 20:28:33 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-16 20:28:33 -0700 |
commit | e210b899dc803607bef1b395ace02dc9f96554ea (patch) | |
tree | b0894c7fdeda458d06eb69fef9593edb360de1b7 /compile.c | |
parent | 5bb946228550c7f171c27725860b153a675404f3 (diff) |
Move the PC regardless of the leaf flag (#8232)
Co-authored-by: Alan Wu <[email protected]>
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10217,12 +10217,6 @@ dump_disasm_list_with_cursor(const LINK_ELEMENT *link, const LINK_ELEMENT *curr, fflush(stdout); } -bool -rb_insns_leaf_p(int i) -{ - return insn_leaf_p(i); -} - int rb_insn_len(VALUE insn) { |