mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-07 15:01:49 -04: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.