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 b2e4cc5 commit 3f1533eCopy full SHA for 3f1533e
rust/src/low_level_il/lifting.rs
@@ -1576,7 +1576,6 @@ where
1576
1577
// Only need to update the label if there is an associated address.
1578
if let Some(loc) = label.location {
1579
- let loc: Location = loc.into();
1580
let arch = loc.arch.unwrap_or_else(|| *self.arch().as_ref());
1581
// Add the label into the label map
1582
unsafe { BNAddLowLevelILLabelForAddress(self.handle, arch.handle, loc.addr) };
0 commit comments