diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-02-05 19:07:22 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-02-05 19:12:33 +0100 |
commit | 1f7324d0fd72b4137fb1f21b0b759ffebdf7ea90 (patch) | |
tree | 3447332cecaecbfc8caa998ed6a685afe15023c4 /erts/emulator/beam/ops.tab | |
parent | 665d708cf6804d552a07d294317e2c10443b5a62 (diff) | |
download | otp-1f7324d0fd72b4137fb1f21b0b759ffebdf7ea90.tar.gz otp-1f7324d0fd72b4137fb1f21b0b759ffebdf7ea90.tar.bz2 otp-1f7324d0fd72b4137fb1f21b0b759ffebdf7ea90.zip |
erts: Fix Maps for beam_load
Map source may be anything, not only registers.
Diffstat (limited to 'erts/emulator/beam/ops.tab')
-rw-r--r-- | erts/emulator/beam/ops.tab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab index f35997efee..9ea3a3a8ea 100644 --- a/erts/emulator/beam/ops.tab +++ b/erts/emulator/beam/ops.tab @@ -1482,8 +1482,8 @@ put_map_exact F Src Dst Live Size Rest=* => \ update_map_exact F Src Dst Live Size Rest new_map j d I I -update_map_assoc j d d I I -update_map_exact j d d I I +update_map_assoc j s d I I +update_map_exact j s d I I is_map Fail cq => jump Fail |