From: Laurent Vivier <laurent@vivier.eu>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org,
Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>,
Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [PATCH 2/3] target/mips: Fix 'Uncoditional' typo
Date: Sat, 5 Jun 2021 21:29:17 +0200 [thread overview]
Message-ID: <2d0815f4-fe20-09e0-e52c-0e51a817f9bd@vivier.eu> (raw)
In-Reply-To: <20210602170759.2500248-3-f4bug@amsat.org>
Le 02/06/2021 à 19:07, Philippe Mathieu-Daudé a écrit :
> Fix Uncoditional -> Unconditional typo.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> target/mips/tcg/translate.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/target/mips/tcg/translate.c b/target/mips/tcg/translate.c
> index c03a8ae1fed..797eba44347 100644
> --- a/target/mips/tcg/translate.c
> +++ b/target/mips/tcg/translate.c
> @@ -12238,7 +12238,7 @@ static void gen_compute_compact_branch(DisasContext *ctx, uint32_t opc,
> }
>
> if (bcond_compute == 0) {
> - /* Uncoditional compact branch */
> + /* Unconditional compact branch */
> switch (opc) {
> case OPC_JIALC:
> tcg_gen_movi_tl(cpu_gpr[31], ctx->base.pc_next + 4 + m16_lowbit);
> @@ -19092,7 +19092,7 @@ static void gen_compute_imm_branch(DisasContext *ctx, uint32_t opc,
> ctx->base.is_jmp = DISAS_NORETURN;
>
> if (cond == TCG_COND_ALWAYS) {
> - /* Uncoditional compact branch */
> + /* Unconditional compact branch */
> gen_goto_tb(ctx, 0, ctx->btarget);
> } else {
> /* Conditional compact branch */
> @@ -19201,7 +19201,7 @@ static void gen_compute_compact_branch_nm(DisasContext *ctx, uint32_t opc,
> }
>
> if (bcond_compute == 0) {
> - /* Uncoditional compact branch */
> + /* Unconditional compact branch */
> switch (opc) {
> case OPC_BC:
> gen_goto_tb(ctx, 0, ctx->btarget);
>
Applied to my trivial-patches branch.
Thanks,
Laurent
next prev parent reply other threads:[~2021-06-05 19:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 17:07 [PATCH 0/3] trivial: Fix some typos Philippe Mathieu-Daudé
2021-06-02 17:07 ` [PATCH 1/3] misc: Fix "havn't" typo Philippe Mathieu-Daudé
2021-06-02 17:25 ` Luis Fernando Fujita Pires
2021-06-02 17:52 ` Philippe Mathieu-Daudé
2021-06-02 17:07 ` [PATCH 2/3] target/mips: Fix 'Uncoditional' typo Philippe Mathieu-Daudé
2021-06-02 17:26 ` Luis Fernando Fujita Pires
2021-06-05 19:29 ` Laurent Vivier [this message]
2021-06-02 17:07 ` [PATCH 3/3] scripts/oss-fuzz: Fix typo in documentation Philippe Mathieu-Daudé
2021-06-02 17:31 ` Alexander Bulekov
2021-06-05 19:30 ` Laurent Vivier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2d0815f4-fe20-09e0-e52c-0e51a817f9bd@vivier.eu \
--to=laurent@vivier.eu \
--cc=aleksandar.rikalo@syrmia.com \
--cc=aurelien@aurel32.net \
--cc=f4bug@amsat.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).