Aurelien Jarno wrote:
> Thiemo Seufer a écrit :
> > CVSROOT:    /sources/qemu
> > Module name:        qemu
> > Changes by: Thiemo Seufer <ths>     07/10/23 13:15:33
> > 
> > Modified files:
> >     target-mips    : translate.c 
> > 
> > Log message:
> >     Switch bc1any* instructions off if no MIPS-3D is implemented.
> > 
> > CVSWeb URLs:
> > http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.106&r2=1.107
> > 
> 
> What about using:
> 
> check_insn(env, ctx, ASE_MIPS3D);
> 
> instead?

You are right. Likewise for the MT ASE checks. I'm testing a patch for
it now.


Thiemo


Reply via email to