mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-0 Corrected incorrect retained MIPS relocation length for 32-bit
R_MIPS_JUMP_SLOT
This commit is contained in:
parent
d9bd24ff4c
commit
bb4a9ccbb1
@ -722,7 +722,6 @@ public class MIPS_ElfRelocationHandler extends ElfRelocationHandler {
|
||||
}
|
||||
else {
|
||||
memory.setInt(relocationAddress, (int) symbolValue);
|
||||
byteLength = 8;
|
||||
}
|
||||
status = Status.APPLIED;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user