core: use ecx directly

This commit is contained in:
Gregory Hainaut 2015-11-27 09:21:12 +01:00
parent 834cc3f2c5
commit 5c0c9a60e9
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ static void rpsxLW()
xAND(ecx, 0x1fffff); xAND(ecx, 0x1fffff);
xADD(ecx, (uptr)iopMem->Main); xADD(ecx, (uptr)iopMem->Main);
xMOV(ecx, ptr[xAddressReg(ECX )]); xMOV(ecx, ptr[ecx]);
xMOV(ptr[&psxRegs.GPR.r[_Rt_]], ecx); xMOV(ptr[&psxRegs.GPR.r[_Rt_]], ecx);
x86SetJ8(j8Ptr[1]); x86SetJ8(j8Ptr[1]);