Skip to content

Commit

Permalink
Removed unecessary else condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pietraferreira committed Aug 31, 2023
1 parent 0917080 commit 1fb8815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gas/config/tc-riscv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3717,8 +3717,7 @@ riscv_ip (char *str, struct riscv_cl_insn *ip, expressionS *imm_expr,
}
else
{
my_getExpression (imm_expr, asarg);
asarg = expr_parse_end;
goto unknown_riscv_ip_operand;
}
continue;
default:
Expand Down

0 comments on commit 1fb8815

Please sign in to comment.