mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 01:00:46 +08:00
GP-0 Corrected incorrect retained MIPS relocation length for 32-bit
R_MIPS_JUMP_SLOT
This commit is contained in:
-1
@@ -722,7 +722,6 @@ public class MIPS_ElfRelocationHandler extends ElfRelocationHandler {
|
||||
}
|
||||
else {
|
||||
memory.setInt(relocationAddress, (int) symbolValue);
|
||||
byteLength = 8;
|
||||
}
|
||||
status = Status.APPLIED;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user