mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Fix reporting typo.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user