We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fb5e6 commit b899d00Copy full SHA for b899d00
src/config/specification.rs
@@ -44,7 +44,7 @@ impl SpecificationConfig {
44
addr = addr.wrapping_add(o);
45
}
46
let instrs: Vec<Instruction> = sleigh
47
- .read_until_branch(sym.address(), self.max_instructions)
+ .read_until_branch(addr, self.max_instructions)
48
.collect();
49
Ok(instrs)
50
0 commit comments