Skip to content

Commit

Permalink
Fix "missing prototype" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Bennett committed Oct 5, 2023
1 parent 4c301b7 commit d7446da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opcodes/riscv-opc.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ match_th_load_pair(const struct riscv_opcode *op,
return rd1 != rd2 && rd1 != rs && rd2 != rs && match_opcode (op, insn);
}

static int
match_sreg1_not_eq_sreg2 (const struct riscv_opcode *op, insn_t insn)
{
return match_opcode (op, insn)
Expand Down

0 comments on commit d7446da

Please sign in to comment.