mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-07 03:48:55 -06:00
Left shifting a negative left-hand operand is undefined behavior per section 5.8.2 of the C++11 standard.
Left shifting a negative left-hand operand is undefined behavior per section 5.8.2 of the C++11 standard.