mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-28 15:20:05 -05:00
5b47635b3f
When n was a multiple of 4, the old implementation would overwrite the following register with 0. This was causing Not64 to crash. Thanks to Extrems for spotting this.