From 3468d7ddd915216da5ecbb5f38526aa41944938b Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 2 Jun 2013 10:27:16 -0700 Subject: [PATCH] Fix reporting typo. --- Core/HLE/sceKernelModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index 1a1e394615..7418f2dac1 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -312,7 +312,7 @@ void WriteVarSymbol(u32 exportAddress, u32 relocAddress, u8 type) */ case R_MIPS_HI16: - if (lastHI16Processed) + if (!lastHI16Processed) WARN_LOG_REPORT(LOADER, "Unsafe unpaired HI16 variable relocation @ %08x / %08x", lastHI16RelocAddress, relocAddress); // After this will be an R_MIPS_LO16. If that addition overflows, we need to account for it in HI16.