Files
qemu/include/exec
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
..
2023-06-05 12:04:29 -07:00
2023-06-05 12:04:29 -07:00
2026-02-09 20:51:52 +01:00
2023-10-22 16:34:21 -07:00