mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-10 09:35:24 +08:00
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:
@ -1476,7 +1476,6 @@ append_insn (struct riscv_cl_insn *ip, expressionS *address_expr,
|
|||||||
}
|
}
|
||||||
|
|
||||||
add_fixed_insn (ip);
|
add_fixed_insn (ip);
|
||||||
install_insn (ip);
|
|
||||||
|
|
||||||
/* We need to start a new frag after any instruction that can be
|
/* We need to start a new frag after any instruction that can be
|
||||||
optimized away or compressed by the linker during relaxation, to prevent
|
optimized away or compressed by the linker during relaxation, to prevent
|
||||||
|
Reference in New Issue
Block a user