mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 00:47:12 +00:00
Fix reading IMAGE_REL_PPC_REFHI/REFLO without PAIR
This commit is contained in:
@@ -361,7 +361,8 @@ fn map_section_relocations(
|
||||
None => {
|
||||
ensure!(
|
||||
!reloc.has_implicit_addend(),
|
||||
"Unsupported implicit relocation {:?}",
|
||||
"Unsupported {:?} implicit relocation {:?}",
|
||||
obj_file.architecture(),
|
||||
reloc.flags()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user