mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
![Ryan Houdek](/assets/img/avatar_default.png)
Removes the REG_AWAY nonsense I was doing. I've got to get the JIT more up to speed before thinking of insane register cache things. Also fixes a bug in immediate setting where if the register being set to an immediate already had a host register tied to it then it wouldn't free the register it had. Resulting in register exhaustion.