|
From: | Richard Henderson |
Subject: | Re: [PATCH 21/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h' |
Date: | Fri, 9 Jun 2023 13:37:23 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
On 6/9/23 03:47, Philippe Mathieu-Daudé wrote:
diff --git a/target/arm/tcg/vec_helper.c b/target/arm/tcg/vec_helper.c index 8fb44a8b7f..5621728271 100644 --- a/target/arm/tcg/vec_helper.c +++ b/target/arm/tcg/vec_helper.c @@ -19,12 +19,16 @@#include "qemu/osdep.h"#include "cpu.h" -#include "exec/helper-proto.h" #include "tcg/tcg-gvec-desc.h" #include "fpu/softfloat.h" #include "qemu/int128.h" #include "vec_internal.h"+#define HELPER_H "tcg/helper.h.inc"+#include "exec/helper-proto.h.inc" +#include "exec/helper-gen.h.inc" +#undef HELPER_H
I am surprised that helper.h.inc would be required here and in most of the other foo_helper.c, where helper-foo.h.inc has already been used.
r~
[Prev in Thread] | Current Thread | [Next in Thread] |