mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-29 09:13:19 +00:00
Fix #7315 - "ahi s" regression
In radare/radare2@d9d83914 the fix for "r_parse_filter output for pc relative addrs when color is involved" broke the ahi command in some contexts.
This commit is contained in:
parent
0f62a1d590
commit
47cd0577b2
@ -750,7 +750,7 @@ static void ds_build_op_str(RDisasmState *ds) {
|
||||
core->parser->relsub_addr = num;
|
||||
}
|
||||
}
|
||||
r_parse_filter (core->parser, core->flags, asm_str, ds->str, sizeof (ds->str), core->print->big_endian);
|
||||
r_parse_filter (core->parser, core->flags, ds->opstr, ds->str, sizeof (ds->str), core->print->big_endian);
|
||||
core->parser->flagspace = ofs;
|
||||
free (ds->opstr);
|
||||
ds->opstr = strdup (ds->str);
|
||||
|
Loading…
Reference in New Issue
Block a user