summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-09-16 23:18:54 (GMT)
committerdgp <dgp@noemail.net>2013-09-16 23:18:54 (GMT)
commit616e2e754bd31f37bb4e61766763da53e3d0490b (patch)
tree8a50522d3fddcc8c0b1a7f58a00a4aa816c1af53 /generic/tclAssembly.c
parent090b191b37875dabf207cb0ce9691a64e8d0c6eb (diff)
downloadtcl-616e2e754bd31f37bb4e61766763da53e3d0490b.zip
tcl-616e2e754bd31f37bb4e61766763da53e3d0490b.tar.gz
tcl-616e2e754bd31f37bb4e61766763da53e3d0490b.tar.bz2
[7b32d8d13b] Insert missing field initialization.
FossilOrigin-Name: 7059c2ea378ad8c2ea19340fdb803ffad09211b8
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;