Fix x86-64 win32.
commit8a1aafe8ee16a0e969dd439e79c8f95bd4399d22
authorStas Boukarev <stassats@gmail.com>
Mon, 26 Sep 2016 22:08:36 +0000 (27 01:08 +0300)
committerStas Boukarev <stassats@gmail.com>
Mon, 26 Sep 2016 22:08:36 +0000 (27 01:08 +0300)
tree0f2f61b5e5d230fb9ae099730fd190e343e888b8
parent68ccf100e4ac5c689d3d18da023fbc66b0a6b9e1
Fix x86-64 win32.

1LU is not the same thing on windows, use (uword_t)1 instead.
src/runtime/gencgc.c