mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-30 08:24:58 +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.