Files
jsix_import/src/libraries/util
Justin C. Miller 55c88dd943 [many] Fix many cases of 1 << n exceeding the size of int
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.
2023-02-18 19:53:04 -08:00
..
2022-01-15 17:51:55 -08:00
2023-01-18 10:59:34 -08:00