mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 21:40:49 +00:00
openrisc: fix comment
Fix English in comment: s/the each/each/ s/ \*\// \*\// Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
This commit is contained in:
parent
d75e2f6889
commit
29923e94e7
@ -531,7 +531,7 @@ static void dec_calc(DisasContext *dc, uint32_t insn)
|
||||
TCGv_i64 high = tcg_temp_new_i64();
|
||||
TCGv_i32 sr_ove = tcg_temp_local_new_i32();
|
||||
int lab = gen_new_label();
|
||||
/* Calculate the each result. */
|
||||
/* Calculate each result. */
|
||||
tcg_gen_extu_i32_i64(tra, cpu_R[ra]);
|
||||
tcg_gen_extu_i32_i64(trb, cpu_R[rb]);
|
||||
tcg_gen_mul_i64(result, tra, trb);
|
||||
|
Loading…
Reference in New Issue
Block a user