1UL << n still results in a 32 bit result, 1ULL << n actually retains all 64 bits. fixes stupid typo in rBbd51cada8db64e45cabca66cd61438c1ae2bdf25
1UL << n still results in a 32 bit result, 1ULL << n actually retains all 64 bits. fixes stupid typo in rBbd51cada8db64e45cabca66cd61438c1ae2bdf25