diff options
-rw-r--r-- | generic/tclExecute.c | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | unix/configure | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 8fb8e63..e657828 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.c @@ -2311,6 +2311,7 @@ TclExecuteByteCode( initCatchTop += moved; catchTop += moved; + bcFramePtr = (CmdFrame *) (initCatchTop + codePtr->maxExceptDepth + 1); initTosPtr += moved; tosPtr += moved; esPtr = iPtr->execEnvPtr->execStackPtr; diff --git a/unix/configure b/unix/configure index 217e5d4..217e5d4 100755..100644 --- a/unix/configure +++ b/unix/configure |