patch applied (packages/base): FIX #1621: bug in Windows code for getCPUTime

Simon Marlow simonmar at microsoft.com
Wed Dec 5 11:40:19 EST 2007


Wed Dec  5 04:01:18 PST 2007  Simon Marlow <simonmar at microsoft.com>
  * 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.

    M ./System/CPUTime.hsc -2 +2


More information about the Cvs-libraries mailing list