Remove extra relocs in PPC data_reloc_size

This commit is contained in:
Luke Street
2026-01-24 20:23:40 -07:00
parent 3f82781808
commit 86b7d6b229
-3
View File
@@ -344,9 +344,6 @@ impl Arch for ArchPpc {
},
RelocationFlags::Coff(r_type) => match r_type {
pe::IMAGE_REL_PPC_ADDR32 => 4,
pe::IMAGE_REL_PPC_REFHI => 2,
pe::IMAGE_REL_PPC_REFLO => 2,
pe::IMAGE_REL_PPC_REL24 => 3,
_ => 1,
},
}