Le 30/04/2022 à 19:02, Richard Henderson a écrit :
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/m68k/translate.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/target/m68k/translate.c b/target/m68k/translate.c
> index 4026572ed8..e4efd988d2 100644
> --- a/target/m68k/translate.c
> +++ b/target/m68k/translate.c
> @@ -6003,6 +6003,7 @@ void register_m68k_insns (CPUM68KState *env)
> INSN(tas, 4ac0, ffc0, M68000);
> #if defined(CONFIG_SOFTMMU)
> INSN(halt, 4ac8, ffff, CF_ISA_A);
> + INSN(halt, 4ac8, ffff, M68060);
> #endif
> INSN(pulse, 4acc, ffff, CF_ISA_A);
> BASE(illegal, 4afc, ffff);
Reviewed-by: Laurent Vivier <laurent@vivier.eu>