summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index d9ff11e..126ceda 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -2126,6 +2126,7 @@ TclCompileScript(
envPtr->cmdMapPtr[lastCmdIdx].numCodeBytes--;
envPtr->codeNext--;
#ifdef TCL_COMPILE_DEBUG
+ envPtr->cmdMapPtr[lastCmdIdx].numCodeBytes -= 5;
envPtr->codeNext -= 5;
#endif
envPtr->currStackDepth++;