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 742f83d commit 581fcf4Copy full SHA for 581fcf4
objdiff-core/src/arch/mod.rs
@@ -38,6 +38,7 @@ impl DataType {
38
// fallback to intrepreting it as bytes.
39
// https://github.com/encounter/objdiff/issues/124
40
if self.required_len().is_some_and(|l| bytes.len() != l) {
41
+ log::warn!("Failed to display a symbol value for a symbol whose size doesn't match the instruction referencing it.");
42
return None;
43
}
44
0 commit comments