On 16/10/2014 11:52, Yongbok Kim wrote: >> + ctx.ie = (env->CP0_Config4 >> CP0C4_IE) & 1; > > & 3 >
Yeah, initially I tested TLBINV using mips64r6-generic cpu where Config4.IE is set to 3, thus it worked... Thanks, Leon
On 16/10/2014 11:52, Yongbok Kim wrote: >> + ctx.ie = (env->CP0_Config4 >> CP0C4_IE) & 1; > > & 3 >
Yeah, initially I tested TLBINV using mips64r6-generic cpu where Config4.IE is set to 3, thus it worked... Thanks, Leon