mirror of https://github.com/PCSX2/pcsx2.git
EE: 64bit compare for 64bit mode, not 32bit
This commit is contained in:
parent
65e57a8230
commit
f5f44286bf
|
@ -65,7 +65,7 @@ static void xCopy64(u64* dst, u64* src)
|
|||
|
||||
static void xCMPToZero64(u64* mem)
|
||||
{
|
||||
#ifndef __M_X86_64
|
||||
#ifdef __M_X86_64
|
||||
xCMP(ptr64[mem], 0);
|
||||
#else
|
||||
xMOV(eax, ptr32[(u32*)mem]);
|
||||
|
|
Loading…
Reference in New Issue