mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-12 22:56:19 +00:00
Implement context menu copy functionality for data values (#163)
* Implement context menu copy functionality for data values * Clippy fixes
This commit is contained in:
@@ -245,8 +245,8 @@ fn reloc_eq(
|
||||
|| address_eq(left, right))
|
||||
&& (config.function_reloc_diffs == FunctionRelocDiffs::NameAddress
|
||||
|| left.target.kind != ObjSymbolKind::Object
|
||||
|| left_obj.arch.display_ins_data(left_ins)
|
||||
== left_obj.arch.display_ins_data(right_ins))
|
||||
|| left_obj.arch.display_ins_data_labels(left_ins)
|
||||
== left_obj.arch.display_ins_data_labels(right_ins))
|
||||
}
|
||||
(Some(_), None) => false,
|
||||
(None, Some(_)) => {
|
||||
|
||||
Reference in New Issue
Block a user