Skip to content

Commit b899d00

Browse files
committed
Actually fix it
1 parent e5fb5e6 commit b899d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/specification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl SpecificationConfig {
4444
addr = addr.wrapping_add(o);
4545
}
4646
let instrs: Vec<Instruction> = sleigh
47-
.read_until_branch(sym.address(), self.max_instructions)
47+
.read_until_branch(addr, self.max_instructions)
4848
.collect();
4949
Ok(instrs)
5050
}

0 commit comments

Comments
 (0)