FIX #1621: bug in Windows code for getCPUTime
authorSimon Marlow <simonmar@microsoft.com>
Wed, 5 Dec 2007 12:01:18 +0000 (12:01 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 5 Dec 2007 12:01:18 +0000 (12:01 +0000)
commite5b9b2f03cfc0eaa16edf19bcba422ea639d154d
tree7066d9e9e4cbcc8f5cbad7f9b53f406f096ca25e
parent7f530103a6da6e386984f9bc8b0ff2b4d97821d9
FIX #1621: bug in Windows code for getCPUTime
We were reading the components of FILETIME as CLong, when they should
be unsigned.  Word32 seems to be the correct type here.
System/CPUTime.hsc