aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_debug.c
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-08-16 10:40:31 +0200
committerGitHub <[email protected]>2017-08-16 10:40:31 +0200
commit5cbb54cb00d1437b8213bddf0b4e431d0c54f6a8 (patch)
treea6cc0382be205ef28c73e757aaaf5d1425c5a100 /erts/emulator/beam/beam_debug.c
parenta84ddf3f9bc3fc4806ed05232a7e6446590728ca (diff)
parent17bb6bfa8d435300ee2205f1e0c20b0c6b50591a (diff)
downloadotp-5cbb54cb00d1437b8213bddf0b4e431d0c54f6a8.tar.gz
otp-5cbb54cb00d1437b8213bddf0b4e431d0c54f6a8.tar.bz2
otp-5cbb54cb00d1437b8213bddf0b4e431d0c54f6a8.zip
Merge pull request #1535 from bjorng/bjorn/erts/opt-map-update
Slightly optimize updating of maps
Diffstat (limited to 'erts/emulator/beam/beam_debug.c')
-rw-r--r--erts/emulator/beam/beam_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_debug.c b/erts/emulator/beam/beam_debug.c
index fa912e52e9..afe87288ce 100644
--- a/erts/emulator/beam/beam_debug.c
+++ b/erts/emulator/beam/beam_debug.c
@@ -697,7 +697,7 @@ print_op(fmtfn_t to, void *to_arg, int op, int size, BeamInstr* addr)
case op_i_put_tuple_xI:
case op_i_put_tuple_yI:
case op_new_map_dII:
- case op_update_map_assoc_jsdII:
+ case op_update_map_assoc_sdII:
case op_update_map_exact_jsdII:
{
int n = unpacked[-1];