On 6/11/23 10:58, Philippe Mathieu-Daudé wrote:
Instead of including helper-a64.h.inc via helper.h which
is included by all TCG files, restrict it to the few files
that require it.

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  target/arm/helper.h            | 4 ----
  target/arm/tcg/helper-a64.c    | 4 ++++
  target/arm/tcg/mte_helper.c    | 4 +++-
  target/arm/tcg/pauth_helper.c  | 4 +++-
  target/arm/tcg/sve_helper.c    | 5 ++++-
  target/arm/tcg/translate-a64.c | 6 ++++++
  target/arm/tcg/vec_helper.c    | 4 ++++
  7 files changed, 24 insertions(+), 7 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to