aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-02-14 11:51:34 +0100
committerBjörn Gustavsson <[email protected]>2019-02-14 11:51:34 +0100
commite54daec589fc0da3d454f683eee2ea1af8eb7684 (patch)
tree83d9ba8147f4f0f7cef590305aa43ab1520e3210 /erts/etc
parent2d04d0459d6f8e474a674f1c1022826147c27090 (diff)
parent21988f3d212778124565038a2b2310925eb6ccc1 (diff)
downloadotp-e54daec589fc0da3d454f683eee2ea1af8eb7684.tar.gz
otp-e54daec589fc0da3d454f683eee2ea1af8eb7684.tar.bz2
otp-e54daec589fc0da3d454f683eee2ea1af8eb7684.zip
Merge branch 'maint'
* maint: Add -ztma option for enabling tuple calls Reinstate tuple calls support in the beam emulator
Diffstat (limited to 'erts/etc')
-rw-r--r--erts/etc/common/erlexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c
index ec4a4ead23..197a7d2858 100644
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
@@ -174,6 +174,7 @@ static char *plusz_val_switches[] = {
"dbbl",
"dntgc",
"ebwt",
+ "tma",
NULL
};