EE: 64bit compare for 64bit mode, not 32bit

This commit is contained in:
refractionpcsx2 2021-09-22 19:57:40 +01:00
parent 65e57a8230
commit f5f44286bf
1 changed files with 1 additions and 1 deletions

View File

@ -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]);