mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Yet again burned by the fack that integer literals are assumed to be of type int, so `1 << n` is 0 for any n >= 32. This burned me in the frame allocator, but I also grepped for all instances of `1 <<` and fixed those too.
8.9 KiB
8.9 KiB