summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-08 09:02:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-08 09:02:50 (GMT)
commitdaab595dea2355e75dd29634b1d8cf513faad403 (patch)
tree597e46323b2e5e99c4ce5b7637219be985773d6b /generic/tclAssembly.c
parentf86d726f85cde046ca923f53fe10c89966a30a4c (diff)
downloadtcl-daab595dea2355e75dd29634b1d8cf513faad403.zip
tcl-daab595dea2355e75dd29634b1d8cf513faad403.tar.gz
tcl-daab595dea2355e75dd29634b1d8cf513faad403.tar.bz2
Working towards better handling of stack balance with break and continue exceptions.
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r--generic/tclAssembly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c
index 946c729..08da075 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -1450,6 +1450,7 @@ AssembleOneLine(
goto cleanup;
}
+ // FIXME - use TclEmitInvoke
BBEmitInst1or4(assemEnvPtr, tblIdx, opnd, opnd);
break;