mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 11:53:39 +08:00
RISC-V: Remove erroneous comment from translate.c
Cc: Sagar Karandikar <sagark@eecs.berkeley.edu> Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Cc: Palmer Dabbelt <palmer@sifive.com> Cc: Alistair Francis <Alistair.Francis@wdc.com> Signed-off-by: Michael Clark <mjc@sifive.com> Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
89854803ce
commit
8d196c43d7
@ -280,7 +280,6 @@ static void gen_arith(DisasContext *ctx, uint32_t opc, int rd, int rs1,
|
||||
tcg_gen_andi_tl(source2, source2, 0x1F);
|
||||
tcg_gen_sar_tl(source1, source1, source2);
|
||||
break;
|
||||
/* fall through to SRA */
|
||||
#endif
|
||||
case OPC_RISC_SRA:
|
||||
tcg_gen_andi_tl(source2, source2, TARGET_LONG_BITS - 1);
|
||||
|
Loading…
Reference in New Issue
Block a user