On Wed, Oct 29, 2014 at 01:41:49AM +0000, Yongbok Kim wrote: > diff --git a/target-mips/cpu.h b/target-mips/cpu.h > index 3b975eb..fb5abda 100644 > --- a/target-mips/cpu.h > +++ b/target-mips/cpu.h
> +#define MSACSR_Flags 2 > +#define MSACSR_CEF_MASK (0xffff << MSACSR_Flags) MSACSR_Flags is inconsistently named. Maybe MSACSR_CEF? Otherwise: Reviewed-by: James Hogan <james.ho...@imgtec.com> Cheers James