rts/nonmoving: Fix on LLP64 platforms
Previously NONMOVING_SEGMENT_MASK
and friends were defined with the UL
size suffix. However, this is wrong on LLP64 platforms like Windows,
where long
is 32-bits.
Fixes #23003 (closed). Fixes #24042 (closed).
Edited by Ben Gamari