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 2ee3d0d commit 67fae8d
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 @@ -3700,8 +3700,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 67fae8d

Please sign in to comment.