Skip to content

Commit 86b7d6b

Browse files
committed
Remove extra relocs in PPC data_reloc_size
1 parent 3f82781 commit 86b7d6b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • objdiff-core/src/arch/ppc

objdiff-core/src/arch/ppc/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ impl Arch for ArchPpc {
344344
},
345345
RelocationFlags::Coff(r_type) => match r_type {
346346
pe::IMAGE_REL_PPC_ADDR32 => 4,
347-
pe::IMAGE_REL_PPC_REFHI => 2,
348-
pe::IMAGE_REL_PPC_REFLO => 2,
349-
pe::IMAGE_REL_PPC_REL24 => 3,
350347
_ => 1,
351348
},
352349
}

0 commit comments

Comments
 (0)