Skip to content

Commit

Permalink
Update librz/core/disasm.c
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni <561184+wargio@users.noreply.github.com>
  • Loading branch information
PeiweiHu and wargio authored Dec 20, 2023
1 parent 090c0da commit 3dc9261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/core/disasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5641,7 +5641,7 @@ RZ_API int rz_core_print_disasm_instructions_with_buf(RzCore *core, ut64 address
int i, j, ret, len = 0;
char *tmpopstr;
bool hasanalysis = false;
bool alloc_buf = buf ? false : true;
bool alloc_buf = !buf;
const size_t addrbytes = buf ? 1 : core->io->addrbytes;
int skip_bytes_flag = 0, skip_bytes_bb = 0;

Expand Down

0 comments on commit 3dc9261

Please sign in to comment.