Le 03/02/2016 10:37, John Paul Adrian Glaubitz a écrit :
> Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
> ---
>  target-m68k/translate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target-m68k/translate.c b/target-m68k/translate.c
> index 342c040..535d7f9 100644
> --- a/target-m68k/translate.c
> +++ b/target-m68k/translate.c
> @@ -2940,7 +2940,7 @@ void register_m68k_insns (CPUM68KState *env)
>      INSN(shift_reg, e0a0, f0f0, CF_ISA_A);
>      INSN(undef_fpu, f000, f000, CF_ISA_A);
>      INSN(fpu,       f200, ffc0, CF_FPU);
> -    INSN(fbcc,      f280, ffc0, CF_FPU);
> +    INSN(fbcc,      f280, ff80, CF_FPU);
>      INSN(frestore,  f340, ffc0, CF_FPU);
>      INSN(fsave,     f340, ffc0, CF_FPU);
>      INSN(intouch,   f340, ffc0, CF_ISA_A);
> 

Reviewed-by: Laurent Vivier <[email protected]>

Reply via email to