mirror of https://github.com/PCSX2/pcsx2.git
VIF-JIT: Use non-reserved XMM for zero register
This commit is contained in:
parent
47506d1433
commit
790447ecc9
|
@ -38,7 +38,7 @@ VifUnpackSSE_Base::VifUnpackSSE_Base()
|
|||
, IsAligned(0)
|
||||
, dstIndirect(arg1reg)
|
||||
, srcIndirect(arg2reg)
|
||||
, zeroReg(xmm2)
|
||||
, zeroReg(xmm15)
|
||||
, workReg(xmm1)
|
||||
, destReg(xmm0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue