summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index a3008c5..6e2a161 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -955,6 +955,11 @@ InstructionDesc const tclInstructionTable[] = {
* Stack: ... value => ...
* Note that the jump table contains offsets relative to the PC when
* it points to this instruction; the code is relocatable. */
+ TCL_INSTRUCTION_ENTRY(
+ "tailcallList", -1),
+ /* Do a tailcall with the words from wordList as the thing to
+ * tailcall to, and currNs is the namespace scope.
+ * Stack: ... currNs wordList => ...[NOT REACHED] */
{NULL, 0, 0, 0, {OPERAND_NONE}}
};