summaryrefslogtreecommitdiff
path: root/lib/compiler/src/genop.tab
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compiler/src/genop.tab')
-rwxr-xr-xlib/compiler/src/genop.tab5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/compiler/src/genop.tab b/lib/compiler/src/genop.tab
index a4b10acff2..68935b1980 100755
--- a/lib/compiler/src/genop.tab
+++ b/lib/compiler/src/genop.tab
@@ -653,3 +653,8 @@ BEAM_FORMAT_NUMBER=0
## @spec bs_create_bin Fail Alloc Live Unit Dst OpList
## @doc Builda a new binary using the binary syntax.
177: bs_create_bin/6
+
+## @spec call_fun2 Safe Arity Func
+## @doc Calls the fun Func with arity Arity. Assume arguments in registers x(0)
+## to x(Arity-1). The call will never fail when Safe is 'true'.
+178: call_fun2/3