File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1131,7 +1131,7 @@ Tail-invocation of :ref:`function address <syntax-funcaddr>` :math:`a`
1131
1131
1132
1132
2. Let :math: `[t_1 ^n] \to [t_2 ^m]` be the :ref: `function type <syntax-functype >` :math: `S.\SFUNCS [a].\FITYPE `.
1133
1133
1134
- 3. Assert: due to :ref: `validation <valid-return_call >`, there are at least :math: `m ` values on the top of the stack.
1134
+ 3. Assert: due to :ref: `validation <valid-return_call >`, there are at least :math: `n ` values on the top of the stack.
1135
1135
1136
1136
4. Pop the results :math: `\val ^n` from the stack.
1137
1137
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WINMAKE = winmake.bat
19
19
20
20
DIRS = util syntax binary text valid runtime exec script host main
21
21
LIBS = bigarray
22
- FLAGS = -cflags '-w +a-4-27-42-44-45 -warn-error +a'
22
+ FLAGS = -cflags '-w +a-4-27-42-44-45 -warn-error +a-3 '
23
23
OCB = ocamlbuild $(FLAGS ) $(DIRS:%=-I % ) $(LIBS:%=-libs % )
24
24
JS = # set to JS shell command to run JS tests
25
25
You can’t perform that action at this time.
0 commit comments