On 10/09/2012 01:27 PM, Aurelien Jarno wrote: > tag = env->CP0_EntryHi & ~mask; > VPN = tlb->VPN & ~mask; > +#if defined(TARGET_MIPS64) > + tag &= env->SEGMask; > +#endif > /* Check ASID, virtual page number & size */
Indentation. r~
On 10/09/2012 01:27 PM, Aurelien Jarno wrote: > tag = env->CP0_EntryHi & ~mask; > VPN = tlb->VPN & ~mask; > +#if defined(TARGET_MIPS64) > + tag &= env->SEGMask; > +#endif > /* Check ASID, virtual page number & size */
Indentation. r~