diff --git a/Source/Project64/N64 System/Mips/Memory Virtual Mem.cpp b/Source/Project64/N64 System/Mips/Memory Virtual Mem.cpp index 957aea1fc..ad9844471 100644 --- a/Source/Project64/N64 System/Mips/Memory Virtual Mem.cpp +++ b/Source/Project64/N64 System/Mips/Memory Virtual Mem.cpp @@ -365,7 +365,7 @@ void CMipsMemoryVM::Compile_LW (x86Reg Reg, DWORD VAddr ) { DWORD PAddr; m_RegWorkingSet.SetX86Protected(Reg,true); - if (VAddr < 0x80000000 || VAddr > 0xC0000000) + if (VAddr < 0x80000000 || VAddr >= 0xC0000000) { if (!bUseTlb()) {