mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-25 13:55:47 +02: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.