mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-23 09:19:42 +00:00
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
Block a user