[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 931559: Replace another (UINT) cast by (usqIntptr_t) for L...

GitHub noreply at github.com
Fri Jul 8 09:44:48 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 931559445c72d9a53541289330ddb5157c94daf5
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/931559445c72d9a53541289330ddb5157c94daf5
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Replace another (UINT) cast by (usqIntptr_t) for LLP64 compatibility

(UINT) would not work on LP64 anyway, it would truncate the pointer.




More information about the Vm-dev mailing list