Fix dead nested assignment librz/core/disasm.c
This commit is contained in:
parent
01b68655d8
commit
fee94ab78f
1 changed files with 1 additions and 1 deletions
|
|
@ -5961,7 +5961,7 @@ RZ_API int rz_core_print_disasm_json(RzCore *core, ut64 addr, ut8 *buf, int nb_b
|
|||
ds->oplen = ret = skip_bytes_flag;
|
||||
}
|
||||
if (skip_bytes_bb && skip_bytes_bb < ret) {
|
||||
ds->oplen = ret = skip_bytes_bb;
|
||||
ds->oplen = skip_bytes_bb;
|
||||
}
|
||||
{
|
||||
ut64 killme = UT64_MAX;
|
||||
|
|
|
|||
Loading…
Reference in a new issue