summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-16 23:18:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-16 23:18:54 (GMT)
commit3146ffb96b37ad7490c5b7dba5ccf482275882ba (patch)
treeb0810b2e2b7aff016283402aff3d2dba43a45244 /generic/tclAssembly.c
parent5cc8523f8e74dd251b4430bbed4967bd02f1ed4d (diff)
downloadtcl-3146ffb96b37ad7490c5b7dba5ccf482275882ba.zip
tcl-3146ffb96b37ad7490c5b7dba5ccf482275882ba.tar.gz
tcl-3146ffb96b37ad7490c5b7dba5ccf482275882ba.tar.bz2
[7b32d8d13b] Insert missing field initialization.
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 100e9ef..946c729 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -2617,6 +2617,7 @@ AllocBB(
bb->minStackDepth = 0;
bb->maxStackDepth = 0;
bb->finalStackDepth = 0;
+ bb->catchDepth = 0;
bb->enclosingCatch = NULL;
bb->foreignExceptionBase = -1;
bb->foreignExceptionCount = 0;