mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-21 13:09:43 -03:00
The dcbz instruction needs to lock W30 so that the slowmem code will push and pop it when calling into C++. Also, the slowmem code expects that the address is present in W0, so replace the use of W0 as a scratch register in the fastmem code with the now locked W30.