mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-11 07:59:54 +00:00
The default type for integer literals is signed int, so we were accidentally smearing those bits to the upper 32 bit of the result. This resulted in extremely unreasonable timeouts.