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.hender...@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é <phi...@linaro.org>


Reply via email to