mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-23 17:09:18 -05: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.