summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-30 14:46:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-30 14:46:09 (GMT)
commitaf3676b8c8c9492af51242b319894eb695af86bb (patch)
treeb770c6f9156587377be3b781850ea30a4f1033dd /generic/tclAssembly.c
parent8a23a5f5bb65104df5038a6365fb7647d8d5ca17 (diff)
downloadtcl-af3676b8c8c9492af51242b319894eb695af86bb.zip
tcl-af3676b8c8c9492af51242b319894eb695af86bb.tar.gz
tcl-af3676b8c8c9492af51242b319894eb695af86bb.tar.bz2
More progress
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r--generic/tclAssembly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c
index 6027741..4458e59 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -4163,7 +4163,7 @@ RestoreEmbeddedExceptionRanges(
BasicBlock* bbPtr; /* Current basic block */
int rangeBase; /* Base of the foreign exception ranges when
* they are reinstalled */
- int rangeIndex; /* Index of the current foreign exception
+ size_t rangeIndex; /* Index of the current foreign exception
* range as reinstalled */
ExceptionRange* range; /* Current foreign exception range */
unsigned char opcode; /* Current instruction's opcode */