mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-26 22:09:23 -06:00
Fixes warning:
```
dolphin/Source/Core/Core/PowerPC/MMU.cpp:278:43: warning: shift count >= width of type [-Wshift-count-overflow]
addr++, addr_translated++, val >>= 8)
```