Hi, Richard.

> From: Richard Henderson <richard.hender...@linaro.org>
> Sent: Tuesday, July 31, 2018 9:18 PM
> On 07/30/2018 12:12 PM, Aleksandar Markovic wrote:
> > -    isa_mode = !!(env->hflags & MIPS_HFLAG_M16);
> > +    isa_mode = env->hflags & MIPS_HFLAG_M16 &&
> > +                !(env->insn_flags & ISA_NANOMIPS32);
> 
> Likewise re nanomips not setting M16.

For this group of patches related to M16 we devised a solution, however, som of 
the test are failing, and wee need more time to analyze the failures and the 
solution. This means that any fix won't be included in v6, or any later 
version, until we find and verify a good solution. This is just to give you 
heads up, so that you don't spend time on reviewing patches that did not change 
from the preceding version. Of course, many thanks for all reviews so far.

Yours,
Aleksandar


Reply via email to