We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0c170 commit 7148b51Copy full SHA for 7148b51
objdiff-core/src/arch/x86.rs
@@ -265,7 +265,7 @@ impl FormatterOutput for InstructionFormatterOutput {
265
FormatterTextKind::LabelAddress => {
266
if let Some(reloc) = self.ins.reloc.as_ref() {
267
if matches!(reloc.flags, RelocationFlags::Coff {
268
- typ: pe::IMAGE_REL_I386_DIR32
+ typ: pe::IMAGE_REL_I386_DIR32 | pe::IMAGE_REL_I386_REL32
269
}) {
270
self.ins.args.push(ObjInsArg::Reloc);
271
return;
0 commit comments