summaryrefslogtreecommitdiffstats
path: root/win/tclWinTime.c
diff options
context:
space:
mode:
authorlimeboy <that.lemon+tcl@gmai.com>2016-12-01 12:01:01 (GMT)
committerlimeboy <that.lemon+tcl@gmai.com>2016-12-01 12:01:01 (GMT)
commitbba3b008ba9e94fbe9a9ffce00aaf90077136fca (patch)
tree1e6552b81641a26b22b300e273614e060baa35e8 /win/tclWinTime.c
parent644cb60988ea393b62e1e6fc23588ef660c8272d (diff)
parent0004d6152456219c0ef09046c169ad3ad7532ee1 (diff)
downloadtcl-bba3b008ba9e94fbe9a9ffce00aaf90077136fca.zip
tcl-bba3b008ba9e94fbe9a9ffce00aaf90077136fca.tar.gz
tcl-bba3b008ba9e94fbe9a9ffce00aaf90077136fca.tar.bz2
merge trunk
Diffstat (limited to 'win/tclWinTime.c')
-rw-r--r--win/tclWinTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index f4e08fa..71a0366 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -353,7 +353,7 @@ NativeGetTime(
|| ((regs[0] & 0x00F00000) /* Extended family */
&& (regs[3] & 0x10000000))) /* Hyperthread */
&& (((regs[1]&0x00FF0000) >> 16)/* CPU count */
- == systemInfo.dwNumberOfProcessors)) {
+ == (int)systemInfo.dwNumberOfProcessors)) {
timeInfo.perfCounterAvailable = TRUE;
} else {
timeInfo.perfCounterAvailable = FALSE;