Re: [PATCH v3 16/48] target/arm: Include helper-gen.h in translator.h

2023-05-31 Thread Philippe Mathieu-Daudé
On 31/5/23 06:02, Richard Henderson wrote: This had been included via tcg-op-common.h via tcg-op.h, but that is going away. It is needed for inlines within translator.h, so we might as well do it there and not individually in each translator c file. Signed-off-by: Richard Henderson --- targe

[PATCH v3 16/48] target/arm: Include helper-gen.h in translator.h

2023-05-30 Thread Richard Henderson
This had been included via tcg-op-common.h via tcg-op.h, but that is going away. It is needed for inlines within translator.h, so we might as well do it there and not individually in each translator c file. Signed-off-by: Richard Henderson --- target/arm/tcg/translate.h | 1 + target/arm/tc