RISC-V/gas: drop stray call to install_insn()

add_fixed_insn(), by calling move_insn(), already invokes install_insn().
This commit is contained in:
Jan Beulich
2022-10-04 09:45:08 +02:00
parent f5cb31a8ba
commit 3b25fc4884

View File

@ -1476,7 +1476,6 @@ append_insn (struct riscv_cl_insn *ip, expressionS *address_expr,
}
add_fixed_insn (ip);
install_insn (ip);
/* We need to start a new frag after any instruction that can be
optimized away or compressed by the linker during relaxation, to prevent