mirror of
https://github.com/wiiu-env/PatchMemoryRelocationsModule.git
synced 2024-11-13 05:25:08 +01:00
Fix R_PPC_REL24 relocation
This commit is contained in:
parent
36f73779f6
commit
075d1ceba0
@ -158,7 +158,7 @@ bool elfLinkOne(char type, size_t offset, int32_t addend, uint32_t destination,
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (freeSlot != NULL) {
|
||||
if (freeSlot == nullptr) {
|
||||
DEBUG_FUNCTION_LINE("***24-bit relative branch cannot hit target. Trampolin data list is full\n");
|
||||
DEBUG_FUNCTION_LINE("***value %08X - target %08X = distance %08X\n", value, target, distance);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user