Files
qemu/include
Philippe Mathieu-Daudé 8f01515380 exec/cpu-common.h: Avoid including unused 'tcg/debug-assert.h' header
Since commit efe25c260c ("include/exec: Split out
accel/tcg/cpu-mmu-index.h") the "exec/cpu-common.h" isn't using
anything defined in "tcg/debug-assert.h".

Include it in target/loongarch/tcg/tcg_cpu.c however, where it
is required but included indirectly, otherwise we'd get:

  target/loongarch/tcg/tcg_cpu.c:291:5: error: call to undeclared function 'tcg_debug_assert'
  291 |     tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL));
      |     ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20260617160426.64461-5-philmd@oss.qualcomm.com>
2026-06-18 14:27:21 +02:00
..
2026-05-22 11:21:37 -07:00
2025-10-28 13:02:26 +01:00
2026-05-21 08:20:58 +02:00
2025-09-02 17:57:05 +02:00