]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Include helper-gen.h in translator.h
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 29 Mar 2023 18:41:03 +0000 (11:41 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000 (12:04 -0700)
commita46f42d96f3b1f548f3b5545c6da9641b744917d
tree1eeb6b4982783c33bb2b336545c4a5365973e568
parentad3d0e4d5dcbd3dd43686b23ce4dd33d921b40df
target/arm: Include helper-gen.h in translator.h

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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/tcg/translate-a64.c
target/arm/tcg/translate-sme.c
target/arm/tcg/translate-sve.c
target/arm/tcg/translate.c
target/arm/tcg/translate.h