mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-30 05:52:02 +02:00

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.