commit | 5d05e5a1835fa3ac5c59a8d8aabef7fe99662c4c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 01 20:38:32 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 05 12:04:29 2023 -0700 |
tree | b307160ed0256e53f5b06689b181c3431a8f715d | |
parent | 309e014dd10f3e98f4ca8025e7682443d4ce32f4 [diff] |
target/arm: Tidy helpers for translation Move most includes from *translate*.c to translate.h, ensuring that we get the ordering correct. Ensure cpu.h is first. Use disas/disas.h instead of exec/log.h. Drop otherwise unused includes. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>