Merge pull request #9347 from JosJuice/fpr-utilization
Jit64: Fix FPURegCache::GetRegUtilization
This commit is contained in:
commit
1d489b3fd5
|
@ -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…
Reference in New Issue