|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 23/26] target/arm/tcg: Inline 'exec/helper-gen.h' |
Date: | Wed, 14 Jun 2023 07:01:14 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
On 6/11/23 10:58, Philippe Mathieu-Daudé wrote:
+++ b/target/arm/helper.c @@ -26,6 +26,11 @@ #include "qapi/error.h" #include "qemu/guest-random.h" #ifdef CONFIG_TCG + +#define HELPER_H "helper.h" +#include "exec/helper-gen.h.inc" +#undef HELPER_H
Why is this here? helper-gen is for tcg code generation, which should not be required at all in this file. I can't see how the modification to translate.h affects this.
r~
[Prev in Thread] | Current Thread | [Next in Thread] |