Skip to content

Commit

Permalink
Add missing RZ_API in declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 27, 2021
1 parent 14ba744 commit 6942f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/asm/arch/hexagon/hexagon.h
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ char *hex_get_pred_regs(int opcode_reg);
char *hex_get_sys_regs(int opcode_reg);
char *hex_get_sys_regs64(int opcode_reg);

void hex_extend_op(HexState *state, RZ_INOUT HexOp *op, const bool set_new_extender, const ut32 addr);
RZ_API void hex_extend_op(HexState *state, RZ_INOUT HexOp *op, const bool set_new_extender, const ut32 addr);
int resolve_n_register(const int reg_num, const ut32 addr, const HexPkt *p);
int hexagon_disasm_instruction(const RzAsm *rz_asm, HexState *state, const ut32 hi_u32, RZ_INOUT HexInsn *hi, HexPkt *pkt);
void hexagon_disasm_0x0(const RzAsm *rz_asm, HexState *state, const ut32 hi_u32, RZ_INOUT HexInsn *hi, const ut32 addr, HexPkt *pkt);
Expand Down

0 comments on commit 6942f6c

Please sign in to comment.