summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-05-25 03:26:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-05-25 03:26:21 (GMT)
commit4a770ed0b5648f58f0ba0b07bb73cc904db339e0 (patch)
tree19f60fc1987887d4da8890f83d68528b3bb2675c /generic/tclCompile.c
parent44c1eaa96ca8158ccbb3acddb45eadfadfb9f07a (diff)
downloadtcl-4a770ed0b5648f58f0ba0b07bb73cc904db339e0.zip
tcl-4a770ed0b5648f58f0ba0b07bb73cc904db339e0.tar.gz
tcl-4a770ed0b5648f58f0ba0b07bb73cc904db339e0.tar.bz2
Repair some stack depth housekeeping.
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index cdaf985..87e620c 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -310,7 +310,7 @@ InstructionDesc const tclInstructionTable[] = {
{"pushReturnOpts", 1, +1, 0, {OPERAND_NONE}},
/* Push the interpreter's return option dictionary as an object on the
* stack. */
- {"returnStk", 1, -2, 0, {OPERAND_NONE}},
+ {"returnStk", 1, -1, 0, {OPERAND_NONE}},
/* Compiled [return]; options and result are on the stack, code and
* level are in the options. */