On 19/11/2014 14:20, Maciej W. Rozycki wrote:
> -        env->hflags |= MIPS_HFLAG_DM | MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
> +        if (env->insn_flags & ISA_MIPS3)
> +            env->hflags |= MIPS_HFLAG_64;

According to the CODING_STYLE braces are required even for a single
statement "if" block. This also applies in other places in this patch.

Otherwise,

Reviewed-by: Leon Alrae <leon.al...@imgtec.com>


Reply via email to