在2024年5月29日五月 下午4:52,Philippe Mathieu-Daudé写道:
> Since commit e1152f8166 ("target/mips: Remove helpers accessing
> SAAR registers") this header is not needed.
>
> Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.y...@flygoat.com>
> ---
> target/mips/tcg/sysemu/cp0_helper.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/target/mips/tcg/sysemu/cp0_helper.c
> b/target/mips/tcg/sysemu/cp0_helper.c
> index ded6c78e9a..79a5c833ce 100644
> --- a/target/mips/tcg/sysemu/cp0_helper.c
> +++ b/target/mips/tcg/sysemu/cp0_helper.c
> @@ -28,7 +28,6 @@
> #include "qemu/host-utils.h"
> #include "exec/helper-proto.h"
> #include "exec/exec-all.h"
> -#include "hw/misc/mips_itu.h"
>
>
> /* SMP helpers. */
> --
> 2.41.0
--
- Jiaxun