mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 12:27:40 +00:00
Fix cmd.hit core->block not updated
This commit is contained in:
parent
cc860ced0b
commit
6dab56e866
@ -243,7 +243,7 @@ static int __cb_hit(RSearchKeyword *kw, void *user, ut64 addr) {
|
||||
}
|
||||
if (!strnull (cmdhit)) {
|
||||
ut64 here = core->offset;
|
||||
r_core_seek (core, addr, R_FALSE);
|
||||
r_core_seek (core, addr, R_TRUE);
|
||||
r_core_cmd (core, cmdhit, 0);
|
||||
r_core_seek (core, here, R_TRUE);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user