qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 53/73] tcg: Use C_NotImplemented in tcg_target_op_def


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 53/73] tcg: Use C_NotImplemented in tcg_target_op_def
Date: Mon, 6 Jan 2025 23:02:35 +0100
User-agent: Mozilla Thunderbird

On 2/1/25 19:06, Richard Henderson wrote:
Return C_NotImplemented instead of asserting for opcodes
not implemented by the backend.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/tcg.c                        | 12 ++++++------
  tcg/aarch64/tcg-target.c.inc     |  2 +-
  tcg/arm/tcg-target.c.inc         |  2 +-
  tcg/i386/tcg-target.c.inc        |  2 +-
  tcg/loongarch64/tcg-target.c.inc |  2 +-
  tcg/mips/tcg-target.c.inc        |  2 +-
  tcg/ppc/tcg-target.c.inc         |  2 +-
  tcg/riscv/tcg-target.c.inc       |  2 +-
  tcg/s390x/tcg-target.c.inc       |  2 +-
  tcg/sparc64/tcg-target.c.inc     |  2 +-
  tcg/tci/tcg-target.c.inc         |  2 +-
  11 files changed, 16 insertions(+), 16 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]