diff options
author | Björn Gustavsson <[email protected]> | 2019-03-12 05:34:10 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-03-19 16:01:59 +0100 |
commit | 18a02b5d63c2994afca8500ea82e076f03379ac2 (patch) | |
tree | 7b42b737f62a25dc506cae44b56d9d4e0efbae65 | |
parent | 515c1d380dcf327ff92f9f727959620c96687be8 (diff) | |
download | otp-18a02b5d63c2994afca8500ea82e076f03379ac2.tar.gz otp-18a02b5d63c2994afca8500ea82e076f03379ac2.tar.bz2 otp-18a02b5d63c2994afca8500ea82e076f03379ac2.zip |
beam_debug: Properly disassemble i_bs_match_string_yfWW
-rw-r--r-- | erts/emulator/beam/beam_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/beam_debug.c b/erts/emulator/beam/beam_debug.c index f71efd708f..1611f755eb 100644 --- a/erts/emulator/beam/beam_debug.c +++ b/erts/emulator/beam/beam_debug.c @@ -569,6 +569,7 @@ print_op(fmtfn_t to, void *to_arg, int op, int size, BeamInstr* addr) } break; case op_i_bs_match_string_xfWW: + case op_i_bs_match_string_yfWW: if (ap - first_arg < 3) { erts_print(to, to_arg, "%d", *ap); } else { |