GP-0 Corrected incorrect retained MIPS relocation length for 32-bit

R_MIPS_JUMP_SLOT
This commit is contained in:
ghidra1 2023-11-09 12:24:16 -05:00
parent d9bd24ff4c
commit bb4a9ccbb1

View File

@ -722,7 +722,6 @@ public class MIPS_ElfRelocationHandler extends ElfRelocationHandler {
}
else {
memory.setInt(relocationAddress, (int) symbolValue);
byteLength = 8;
}
status = Status.APPLIED;
break;