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 c3e3d17 commit 0692deaCopy full SHA for 0692dea
objdiff-core/src/diff/code.rs
@@ -259,7 +259,7 @@ fn arg_eq(
259
_ => false,
260
},
261
ObjInsArg::Arg(l) => match right {
262
- ObjInsArg::Arg(r) => l == r,
+ ObjInsArg::Arg(r) => l.loose_eq(r),
263
// If relocations are relaxed, match if left is a constant and right is a reloc
264
// Useful for instances where the target object is created without relocations
265
ObjInsArg::Reloc => config.relax_reloc_diffs,
0 commit comments