diff options
author | Björn Gustavsson <[email protected]> | 2017-11-07 05:12:54 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-11-07 09:22:55 +0100 |
commit | 1f8177e950715b3444dadfb1624875afe228195b (patch) | |
tree | e4590caa48d7dd33633741d86bc4442437457a88 /erts/emulator/beam/ops.tab | |
parent | 6d810d71f4f2e2ee0be749a53e328c3719db00f9 (diff) | |
download | otp-1f8177e950715b3444dadfb1624875afe228195b.tar.gz otp-1f8177e950715b3444dadfb1624875afe228195b.tar.bz2 otp-1f8177e950715b3444dadfb1624875afe228195b.zip |
Strengthen tests of definition of specific instructions
Don't allow defining an specific operation more than once with
the exact same operands. Don't allow a specific operation to be
defined with different arities.
Diffstat (limited to 'erts/emulator/beam/ops.tab')
-rw-r--r-- | erts/emulator/beam/ops.tab | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab index 7a2c39b3a8..a560bde920 100644 --- a/erts/emulator/beam/ops.tab +++ b/erts/emulator/beam/ops.tab @@ -511,8 +511,6 @@ put_list y x x put_list y y x put_list x y x -put_list y x x - # put_list SrcReg Constant Dst put_list x c x |