diff options
Diffstat (limited to 'erts/emulator/beam/emu/ops.tab')
-rw-r--r-- | erts/emulator/beam/emu/ops.tab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/emu/ops.tab b/erts/emulator/beam/emu/ops.tab index 4821ef9836..1c1181e95e 100644 --- a/erts/emulator/beam/emu/ops.tab +++ b/erts/emulator/beam/emu/ops.tab @@ -1021,6 +1021,8 @@ call_fun Arity => i_call_fun Arity i_call_fun t i_call_fun_last t Q +call_fun2 Safe Arity Func => call_fun2(Safe, Arity, Func) + # # A fun with an empty environment can be converted to a literal. # As a further optimization, the we try to move the fun to its |