mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 07:03:39 +00:00
parent
dc0c170db9
commit
7148b51fe0
@ -265,7 +265,7 @@ impl FormatterOutput for InstructionFormatterOutput {
|
||||
FormatterTextKind::LabelAddress => {
|
||||
if let Some(reloc) = self.ins.reloc.as_ref() {
|
||||
if matches!(reloc.flags, RelocationFlags::Coff {
|
||||
typ: pe::IMAGE_REL_I386_DIR32
|
||||
typ: pe::IMAGE_REL_I386_DIR32 | pe::IMAGE_REL_I386_REL32
|
||||
}) {
|
||||
self.ins.args.push(ObjInsArg::Reloc);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user