mirror of https://github.com/PCSX2/pcsx2.git
core: use ecx directly
This commit is contained in:
parent
834cc3f2c5
commit
5c0c9a60e9
|
@ -706,7 +706,7 @@ static void rpsxLW()
|
|||
xAND(ecx, 0x1fffff);
|
||||
xADD(ecx, (uptr)iopMem->Main);
|
||||
|
||||
xMOV(ecx, ptr[xAddressReg(ECX )]);
|
||||
xMOV(ecx, ptr[ecx]);
|
||||
xMOV(ptr[&psxRegs.GPR.r[_Rt_]], ecx);
|
||||
|
||||
x86SetJ8(j8Ptr[1]);
|
||||
|
|
Loading…
Reference in New Issue