Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 12, 2023
1 parent fd38718 commit c12d4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/arch/hexagon/hexagon.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ inline bool hex_if_duplex(uint32_t insn_word)
}

// Constant extender value
R_TH_LOCAL ut32 constant_extender = 1;
ut32 constant_extender = 1;

void hex_op_extend(HexOp *op) {
if ((constant_extender != 1) && (op->type == HEX_OP_TYPE_IMM)) {
Expand Down

0 comments on commit c12d4ba

Please sign in to comment.