RegTest: Fix build on Mac

This commit is contained in:
Stenzek
2023-11-20 20:56:21 +10:00
parent e6d29a0028
commit 20de40a597
7 changed files with 21 additions and 13 deletions

View File

@ -991,6 +991,7 @@ bool CPU::NewRec::Compiler::TryRenameMIPSReg(Reg to, Reg from, u32 fromhost, Reg
// remove all references to renamed-to register
DeleteMIPSReg(to, false);
CancelLoadDelaysToReg(to);
// and do the actual rename, new register has been modified.
m_host_regs[fromhost].reg = to;