commit | 8cab4157e93105864c579ecac96b520bc13052f4 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 01 20:44:44 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 05 12:04:29 2023 -0700 |
tree | 9a2e2e85e6caa9a59cbdce5151cca03fc9198150 | |
parent | 5d05e5a1835fa3ac5c59a8d8aabef7fe99662c4c [diff] |
target/mips: 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>