qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tcg/loongarch64: Fix fallout from recent MO_Q renaming
@ 2022-02-06 16:21 WANG Xuerui
  2022-02-06 20:34 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: WANG Xuerui @ 2022-02-06 16:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: WANG Xuerui, Richard Henderson

From: WANG Xuerui <git@xen0n.name>

Apparently we were left behind; just renaming MO_Q to MO_UQ is enough.

Fixes: fc313c64345453c7 ("exec/memop: Adding signedness to quad definitions")
Signed-off-by: WANG Xuerui <git@xen0n.name>
---
 tcg/loongarch64/tcg-target.c.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tcg/loongarch64/tcg-target.c.inc b/tcg/loongarch64/tcg-target.c.inc
index 9cd46c9be3..d31a0e5991 100644
--- a/tcg/loongarch64/tcg-target.c.inc
+++ b/tcg/loongarch64/tcg-target.c.inc
@@ -871,7 +871,7 @@ static void tcg_out_qemu_ld_indexed(TCGContext *s, TCGReg rd, TCGReg rj,
     case MO_SL:
         tcg_out_opc_ldx_w(s, rd, rj, rk);
         break;
-    case MO_Q:
+    case MO_UQ:
         tcg_out_opc_ldx_d(s, rd, rj, rk);
         break;
     default:
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tcg/loongarch64: Fix fallout from recent MO_Q renaming
  2022-02-06 16:21 [PATCH] tcg/loongarch64: Fix fallout from recent MO_Q renaming WANG Xuerui
@ 2022-02-06 20:34 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2022-02-06 20:34 UTC (permalink / raw)
  To: WANG Xuerui, qemu-devel; +Cc: WANG Xuerui

On 2/7/22 03:21, WANG Xuerui wrote:
> From: WANG Xuerui <git@xen0n.name>
> 
> Apparently we were left behind; just renaming MO_Q to MO_UQ is enough.
> 
> Fixes: fc313c64345453c7 ("exec/memop: Adding signedness to quad definitions")
> Signed-off-by: WANG Xuerui <git@xen0n.name>
> ---
>   tcg/loongarch64/tcg-target.c.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tcg/loongarch64/tcg-target.c.inc b/tcg/loongarch64/tcg-target.c.inc
> index 9cd46c9be3..d31a0e5991 100644
> --- a/tcg/loongarch64/tcg-target.c.inc
> +++ b/tcg/loongarch64/tcg-target.c.inc
> @@ -871,7 +871,7 @@ static void tcg_out_qemu_ld_indexed(TCGContext *s, TCGReg rd, TCGReg rj,
>       case MO_SL:
>           tcg_out_opc_ldx_w(s, rd, rj, rk);
>           break;
> -    case MO_Q:
> +    case MO_UQ:
>           tcg_out_opc_ldx_d(s, rd, rj, rk);
>           break;
>       default:

Thanks, queued to tcg-next.


r~


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-06 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-06 16:21 [PATCH] tcg/loongarch64: Fix fallout from recent MO_Q renaming WANG Xuerui
2022-02-06 20:34 ` Richard Henderson

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).