mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Merge pull request #9347 from JosJuice/fpr-utilization
Jit64: Fix FPURegCache::GetRegUtilization
This commit is contained in:
commit
1d489b3fd5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ OpArg FPURegCache::GetDefaultLocation(preg_t preg) const
|
||||||
|
|
||||||
BitSet32 FPURegCache::GetRegUtilization() const
|
BitSet32 FPURegCache::GetRegUtilization() const
|
||||||
{
|
{
|
||||||
return m_jit.js.op->gprInReg;
|
return m_jit.js.op->fprInXmm;
|
||||||
}
|
}
|
||||||
|
|
||||||
BitSet32 FPURegCache::CountRegsIn(preg_t preg, u32 lookahead) const
|
BitSet32 FPURegCache::CountRegsIn(preg_t preg, u32 lookahead) const
|
||||||
|
|
Loading…
Add table
Reference in a new issue