Skip to content

Commit 4041030

Browse files
committed
Fix typo
1 parent 5556e50 commit 4041030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document/core/exec/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ Tail-invocation of :ref:`function address <syntax-funcaddr>` :math:`a`
11311131

11321132
2. Let :math:`[t_1^n] \to [t_2^m]` be the :ref:`function type <syntax-functype>` :math:`S.\SFUNCS[a].\FITYPE`.
11331133

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.
11351135

11361136
4. Pop the results :math:`\val^n` from the stack.
11371137

interpreter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WINMAKE = winmake.bat
1919

2020
DIRS = util syntax binary text valid runtime exec script host main
2121
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'
2323
OCB = ocamlbuild $(FLAGS) $(DIRS:%=-I %) $(LIBS:%=-libs %)
2424
JS = # set to JS shell command to run JS tests
2525

0 commit comments

Comments
 (0)