mirror of https://github.com/xemu-project/xemu.git
target/m68k: Enable halt insn for 68060
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20220430170225.326447-3-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
12629fcf4d
commit
abc098351e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue