Skip to content

Commit a3659e3

Browse files
author
jan.nijtmans
committed
Merge 8.7
2 parents ee1c392 + 992992e commit a3659e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclExecute.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5811,7 +5811,7 @@ TEBCresume(
58115811
if (((size_t) shift < CHAR_BIT*sizeof(long))
58125812
&& !((w1>0 ? w1 : ~w1) &
58135813
-(1UL<<(CHAR_BIT*sizeof(long) - 1 - shift)))) {
5814-
wResult = (unsigned long)w1 << shift;
5814+
wResult = (Tcl_WideUInt)w1 << shift;
58155815
goto wideResultOfArithmetic;
58165816
}
58175817
}

0 commit comments

Comments
 (0)