Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: ae12dfc3ca7b09def36109e494e2275f444a09ce
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ae12dfc3ca7b09def36109e494e2275f444a09ce Author: Eliot Miranda <
[hidden email]>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M platforms/Cross/vm/sq.h
M platforms/Cross/vm/sqVirtualMachine.h
M platforms/Plan9/vm/sqPlan9io.c
M platforms/RiscOS/vm/sqRPCMain.c
M platforms/iOS/vm/Common/Classes/sqMacV2Time.c
M platforms/minheadless/generic/sqPlatformSpecific-Generic.c
M platforms/minheadless/unix/sqUnixHeartbeat.c
M platforms/minheadless/windows/sqWin32Heartbeat.c
M platforms/minheadless/windows/sqWin32Time.c
M platforms/unix/misc/threadValidate/sqUnixHeartbeat.c
M platforms/unix/vm/sqUnixHeartbeat.c
M platforms/unix/vm/sqUnixITimerHeartbeat.c
M platforms/unix/vm/sqUnixITimerTickerHeartbeat.c
M platforms/unix/vm/sqUnixMain.c
M platforms/win32/vm/sqWin32Heartbeat.c
M platforms/win32/vm/sqWin32Time.c
Log Message:
-----------
Fix compilation on win32 given recet changes to what sq.h and sqVirtualMachine.h
define. Make the type of io[Micro]MSecs usqInt because a) these are unsigned
clocks and b) usqInt is the word size and so generates the simplest client code.