commit | a46f42d96f3b1f548f3b5545c6da9641b744917d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Mar 29 11:41:03 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 05 12:04:28 2023 -0700 |
tree | 1eeb6b4982783c33bb2b336545c4a5365973e568 | |
parent | ad3d0e4d5dcbd3dd43686b23ce4dd33d921b40df [diff] |
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>